mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
图标工具
This commit is contained in:
@@ -17,6 +17,10 @@ const router = createRouter({
|
||||
path: 'personal',
|
||||
name: 'personal',
|
||||
component: () => import('@/views/account/PersonalInfo.vue')
|
||||
}, {
|
||||
path: 'icons',
|
||||
name: 'icons',
|
||||
component: () => import('@/views/Icons.vue')
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
|
||||
Reference in New Issue
Block a user