單項選擇題定義全局組件的正確的語法格式是()。

A.vue.component(’組件名’,{組件內(nèi)容})
B.Vue.component(’組件名’,{組件內(nèi)容})
C.Vue.component(’組件名’,(組件內(nèi)容))
D.Vue.components(’組件名’,{組件內(nèi)容})


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題定義組件的模板,要使用()關(guān)鍵字。

A.Vue.component
B.components
C.template

2.單項選擇題在Vue.js中,列表渲染使用的是()指令。

A.v-on
B.v-for
C.v-if
D.v-model

3.單項選擇題下列指令中,不能實現(xiàn)條件判斷的是()。

A.v-if
B.v-else
C.v-show
D.v-bind

4.單項選擇題在Vue實例中可以定義方法的是()。

A.el
B.methods
C.data
D.computed