增加tab模式以及tab缓存

This commit is contained in:
Gary Fu
2023-12-25 19:21:24 +08:00
parent 62aad55987
commit 7e6d0d2d1e
12 changed files with 244 additions and 12 deletions

View File

@@ -1,13 +1,13 @@
export default [{
path: 'icons',
path: '/icons',
name: 'icons',
component: () => import('@/views/tools/Icons.vue')
}, {
path: 'forms',
path: '/forms',
name: 'forms',
component: () => import('@/views/tools/Forms.vue')
}, {
path: 'tables',
path: '/tables',
name: 'tables',
component: () => import('@/views/tools/Tables.vue')
}]