單項選擇題嵌套子路由的關鍵屬性是(),它也是一組路由,相當于前面講到的routes,它可以像routes一樣的去配置路由數組,每一個子路由里面可以嵌套多個組件。
A.child
B.children
C.components
D.router
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題vue找到對應的路由后,會把對應的組件渲染到()中。
A.<component>
B.<template>
C.<router-link>
D.<router-view>
2.單項選擇題通過路由實現組件之間的切換需要使用()組件。
A.<component>
B.<template>
C.<router-link>
D.<router-view>
3.單項選擇題router-link 會被渲染成()標簽。
A.<a>
B.<p>
C.<div>
D.<link>
4.單項選擇題動態(tài)組件經常使用在路由控制或選項卡切換中,通過使用<component>元素,動態(tài)綁定到它的()屬性。
A.name
B.src
C.is
D.slot
5.單項選擇題動態(tài)組件經常使用在路由控制或選項卡切換中,通過使用()元素,動態(tài)綁定到它的is屬性上。
A.<template>
B.<component>
C.<slot>
D.<components>