添加了一个国际化切换演示页面

Former-commit-id: 876d871397ccb22619543820691942bf1ece9b91 [formerly 876d871397ccb22619543820691942bf1ece9b91 [formerly 876d871397ccb22619543820691942bf1ece9b91 [formerly 876d871397ccb22619543820691942bf1ece9b91 [formerly 1ac87ba7d5a23eda87fcd7f82f8633bd9926d5ee [formerly 3898b5988b112d0f89f5d753ec86375f59488a78]]]]]
Former-commit-id: 5ccbe2b813b51163e819c5c31def40b79399e831
Former-commit-id: 43d3967817f9fa2ad8dcf56a0452573328d68f00
Former-commit-id: c731c53f4114955cfa197e34a9bc25003403e590 [formerly 4d75a77a29a4e541f9fdccc5790a470b59716a80]
Former-commit-id: d86e449f43c650c5b412273e77f6201568f6cf9e
Former-commit-id: 957f9eabd4b47d4f0f63a5e4255378365893fac8
Former-commit-id: 431d8be6b93c674935c1a8c677cf388e9e0c0f41
Former-commit-id: 094252d0290bca4ef2b550f6122ffdeca25b8471
Former-commit-id: bf86e0fe0a8e3b8c60f3d3eefd809bc3c2248aef
This commit is contained in:
FairyEver
2019-08-28 09:33:48 +08:00
parent 4302ee6b1a
commit 2936a6f121
9 changed files with 113 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ export default {
{ path: 'log/error', name: `${pre}log-error`, component: _import('demo/playground/log/error'), meta: { ...meta, title: '错误捕捉' } },
{ path: 'log/log', name: `${pre}log-log`, component: _import('demo/playground/log/log'), meta: { ...meta, title: '日志记录' } },
{ path: 'add-routes/routes', name: `${pre}add-routes-routes`, component: _import('demo/playground/add-routes/routes'), meta: { ...meta, title: '添加页面' } },
{ path: 'env', name: `${pre}env`, component: _import('demo/playground/env'), meta: { ...meta, title: '环境信息' } }
{ path: 'env', name: `${pre}env`, component: _import('demo/playground/env'), meta: { ...meta, title: '环境信息' } },
{ path: 'locales', name: `${pre}locales`, component: _import('demo/playground/locales'), meta: { ...meta, title: '国际化' } }
])('demo-playground-')
}