判斷題在組件的模板template中可以使用單擊事件。
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題vue中的動態(tài)組件通常通過使用()元素,動態(tài)綁定到它的is屬性上。
A.<template>
B.<component>
C.<slot>
D.<components>
2.單項選擇題vue.js的應(yīng)用程序頁面是由多個組件來組成,而()的作用是通過路由進(jìn)行組件之間的切換,將每個路徑映射到對應(yīng)的組件。
A.map
B.vue.js
C.vue-router
D.nmp
3.單項選擇題在組件之實(shí)現(xiàn)路由切換需要使用()組件。
A.<component>
B.<template>
C.<router-link>
D.<router-view>
5.單項選擇題在組件的選項對象中不能包括下列哪個選項?()
A.data
B.el
C.computed
D.methods