mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
tabs优化
This commit is contained in:
@@ -11,6 +11,13 @@ const router = createRouter({
|
||||
name: 'home',
|
||||
component: HomeView,
|
||||
children: [{
|
||||
path: '',
|
||||
name: 'index',
|
||||
component: () => import('@/views/Index.vue'),
|
||||
meta: {
|
||||
labelKey: 'common.label.index'
|
||||
}
|
||||
}, {
|
||||
path: 'about',
|
||||
name: 'about',
|
||||
component: () => import('@/views/account/AboutView.vue')
|
||||
|
||||
Reference in New Issue
Block a user