|  | @@ -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'),
 |