單項選擇題嵌套子路由的關鍵屬性是(),它也是一組路由,相當于前面講到的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>