相关考题
-
判断题
Vue中Vue.config对象用来实现Vue全局配置。 -
判断题
在组件的模板template中可以使用单击事件。 -
单项选择题
vue中的动态组件通常通过使用()元素,动态绑定到它的is属性上。
A.<template>
B.<component>
C.<slot>
D.<components>
