单项选择题
A.特殊插槽B.具名插槽C.作用域插槽D.默认插槽
下列哪个选项是插槽后备内容的正确格式?()A.<template v-slot :”name”>提交</tem...
单项选择题下列哪个选项是插槽后备内容的正确格式?()
A.<template v-slot :”name”>提交</template>B.<slot></slot>提交C.<slot>提交</slot>D.<template>提交</template>
Vue.js实现了API,在网页代码中使用()作为原始内容的插槽。A.<slot>B.<template>C....
单项选择题Vue.js实现了API,在网页代码中使用()作为原始内容的插槽。
A.<slot>B.<template>C.<chacao>
如果想在某个组件的根元素上监听一个原生事件,可以使用v-on的()修饰符。A..stopB..onceC..n...
单项选择题如果想在某个组件的根元素上监听一个原生事件,可以使用v-on的()修饰符。
A..stopB..onceC..nativeD..event