vue2.*+element+webpack在tabs中增加tab-pane,並加載不同組件

我們實現一個login頁面登陸後跳轉到word頁面,點擊word頁面的導航菜單,會在tabs裏增加tab-pane,並加載不同組件 1.    App.vue配置 <template>   <div id="app">       <router-view v-bind:age="age"></router-view>     </div>        </div> </template> 2
相關文章
相關標籤/搜索