no message

Former-commit-id: 393b0dcb5b150dba8c885950b4e7ff014694b0a3
Former-commit-id: 474f4843c60b88e4caafcf172c30e47a07efd93b
Former-commit-id: 8c7c236ef02b6ebe012640406ff1dc48e11c6290
Former-commit-id: 2baf360fdad8b6026a87bf379cf48e0e18d06bbb
This commit is contained in:
liyang
2018-06-12 14:52:55 +08:00
parent 4e73b6a8ae
commit aca56a052a
6 changed files with 3 additions and 126 deletions

View File

@@ -64,8 +64,7 @@ const routes = [
{ path: 'js-cookie', name: `${pre}js-cookie`, component: () => import('@/pages/demo/plugins/js-cookie/index.vue') },
{ path: 'mock/ajax', name: `${pre}mock-ajax`, component: () => import('@/pages/demo/plugins/mock/ajax.vue') },
{ path: 'mock/dpd', name: `${pre}mock-dpd`, component: () => import('@/pages/demo/plugins/mock/dpd.vue') },
{ path: 'mock/dtd', name: `${pre}mock-dtd`, component: () => import('@/pages/demo/plugins/mock/dtd.vue') },
{ path: 'timeago', name: `${pre}timeago`, component: () => import('@/pages/demo/plugins/timeago/index.vue') }
{ path: 'mock/dtd', name: `${pre}mock-dtd`, component: () => import('@/pages/demo/plugins/mock/dtd.vue') }
])('demo-plugins-')
},
{