feat:地图组件暂存

This commit is contained in:
张益铭
2021-03-26 18:11:52 +08:00
parent 0ee38c24c8
commit 3c8e0c5277
8 changed files with 82 additions and 2 deletions

View File

@@ -41,6 +41,15 @@ const routes: Array<RouteRecordRaw> = [
savedPosition: true
}
},
{
path: '/components/map',
component: () => import(/* webpackChunkName: "components" */ '../views/components/map/index.vue'),
meta: {
title: 'map',
showLink: false,
savedPosition: true
}
},
{
path: '/components/draggable',
component: () => import(/* webpackChunkName: "components" */ '../views/components/draggable/index.vue'),