This commit is contained in:
Pan 2018-10-24 16:04:57 +08:00
parent faab5f6e9b
commit d23faca0f5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const componentsRouter = {
path: 'drag-select', path: 'drag-select',
component: () => import('@/views/components-demo/dragSelect'), component: () => import('@/views/components-demo/dragSelect'),
name: 'DragSelectDemo', name: 'DragSelectDemo',
meta: { title: 'dragSelect', noCache: true } meta: { title: 'dragSelect' }
}, },
{ {
path: 'dnd-list', path: 'dnd-list',