Change views/icons path

- Icons view includes 2 small views: svg-icons and element-icons
This commit is contained in:
Tuan Duong
2019-04-17 00:01:24 +07:00
parent c00564617e
commit 6a08c79bfb
5 changed files with 82 additions and 9 deletions

View File

@@ -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 }
}