chore: structure change

This commit is contained in:
xiaoxian521
2021-04-14 16:44:58 +08:00
parent e027fec6dc
commit f4cd720ce8
43 changed files with 859 additions and 766 deletions

View File

@@ -88,7 +88,7 @@ const routes: Array<RouteRecordRaw> = [
},
{
path: '/components/countTo',
component: () => import(/* webpackChunkName: "components" */ '../views/components/countTo/index.vue'),
component: () => import(/* webpackChunkName: "components" */ '../views/components/count-to/index.vue'),
meta: {
title: 'countTo',
showLink: false,
@@ -106,7 +106,7 @@ const routes: Array<RouteRecordRaw> = [
},
// {
// path: '/components/flowChart',
// component: () => import(/* webpackChunkName: "components" */ '../views/components/flowChart/index.vue'),
// component: () => import(/* webpackChunkName: "components" */ '../views/components/flow-chart/index.vue'),
// meta: {
// title: 'flowChart',
// showLink: false,