mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
14 lines
295 B
JavaScript
14 lines
295 B
JavaScript
export default [{
|
|
path: 'icons',
|
|
name: 'icons',
|
|
component: () => import('@/views/tools/Icons.vue')
|
|
}, {
|
|
path: 'forms',
|
|
name: 'forms',
|
|
component: () => import('@/views/tools/Forms.vue')
|
|
}, {
|
|
path: 'tables',
|
|
name: 'tables',
|
|
component: () => import('@/views/tools/Tables.vue')
|
|
}]
|