单项选择题
下列哪个选项是插槽后备内容的正确格式?()
A.<template v-slot :”name”>提交</template>B.<slot></slot>提交C.<slot>提交</slot>D.<template>提交</template>
单项选择题 Vue.js实现了API,在网页代码中使用()作为原始内容的插槽。
单项选择题 如果想在某个组件的根元素上监听一个原生事件,可以使用v-on的()修饰符。
单项选择题 下列哪个是触发自定义事件的关键字?()