tabs优化

This commit is contained in:
gary.fu
2023-12-29 17:22:14 +08:00
parent 7e6d0d2d1e
commit 773923d761
8 changed files with 76 additions and 16 deletions

View File

@@ -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')