no message
Former-commit-id: 67884c24f35ac96b06aabef37e9fd375bccd47a8 Former-commit-id: dd0f0a39432d722c87c7bda08b94868687cfa157 Former-commit-id: b2db59c70e6f9b324cf2af00b0b5a7f895247459 Former-commit-id: d569ecec1b2c264ba11b981941fbefea45ebd4fc
This commit is contained in:
@@ -52,6 +52,7 @@ const routes = [
|
||||
children: (pre => [
|
||||
{ path: 'build', name: `${pre}build`, component: () => import('@/pages/demo/plugins/build/index.vue') },
|
||||
{ path: 'clipboard-polyfill', name: `${pre}clipboard-polyfill`, component: () => import('@/pages/demo/plugins/clipboard-polyfill/index.vue') },
|
||||
{ path: 'day', name: `${pre}day`, component: () => import('@/pages/demo/plugins/day/index.vue') },
|
||||
{ path: 'export/table', name: `${pre}export-table`, component: () => import('@/pages/demo/plugins/export/table.vue') },
|
||||
{ path: 'export/txt', name: `${pre}export-txt`, component: () => import('@/pages/demo/plugins/export/txt.vue') },
|
||||
{ path: 'i18n/demo1', name: `${pre}i18n-demo1`, component: () => import('@/pages/demo/plugins/i18n/demo1.vue') },
|
||||
|
||||
Reference in New Issue
Block a user