單項選擇題在組件之實現(xiàn)路由切換需要使用()組件。
A.<component>
B.<template>
C.<router-link>
D.<router-view>
您可能感興趣的試卷
你可能感興趣的試題
2.單項選擇題在組件的選項對象中不能包括下列哪個選項?()
A.data
B.el
C.computed
D.methods
3.單項選擇題下列方法中,哪個不是用于檢測數(shù)組變化的變異方法?()
A.push
B.unshift
C.splice
D.filter
4.單項選擇題在實例被銷毀之后調(diào)用的鉤子是()。
A.beforeCreate
B.beforeDestroy
C.mounted
D.destroyed
5.單項選擇題除了使用<router-link>創(chuàng)建<a>標(biāo)簽可以定義導(dǎo)航鏈接之外,還可以使用router的()方法實現(xiàn)導(dǎo)航的功能。
A.change()
B.pop()
C.push()
D.to()