refactor: use tsx refactor selector component

This commit is contained in:
xiaoxian521
2021-04-13 17:33:09 +08:00
parent 8a4a39de3a
commit 0d1f5bb673
15 changed files with 1184 additions and 74 deletions

View File

@@ -103,7 +103,16 @@ const routes: Array<RouteRecordRaw> = [
showLink: false,
savedPosition: true
}
}
},
// {
// path: '/components/flowChart',
// component: () => import(/* webpackChunkName: "components" */ '../views/components/flowChart/index.vue'),
// meta: {
// title: 'flowChart',
// showLink: false,
// savedPosition: true
// }
// }
],
meta: {
icon: 'el-icon-menu',