图标工具

This commit is contained in:
Gary Fu
2023-12-24 17:50:48 +08:00
parent 9b777948c9
commit dbc284bf8b
8 changed files with 148 additions and 15 deletions

View File

@@ -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(.*)*',