Change views/icons path
- Icons view includes 2 small views: svg-icons and element-icons
This commit is contained in:
@@ -163,7 +163,7 @@ export const asyncRoutes = [
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/svg-icons/index'),
|
||||
component: () => import('@/views/icons/index'),
|
||||
name: 'Icons',
|
||||
meta: { title: 'icons', icon: 'icon', noCache: true }
|
||||
}
|
||||
|
Reference in New Issue
Block a user