mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
增加tab模式以及tab缓存
This commit is contained in:
@@ -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')
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user