style: 避免动态 import 时提示错误

This commit is contained in:
FairyEver 2020-05-07 23:17:56 +08:00
parent ac9b1ea26d
commit d754d78ad0
3 changed files with 2964 additions and 13807 deletions

5521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@ export default {
{
path,
name,
component: () => import(`@/views/demo/playground/add-routes/alternates/${component}.vue`),
component: () => import('@/views/demo/playground/add-routes/alternates/' + component + '.vue'),
meta: {
title
}

11238
yarn.lock

File diff suppressed because it is too large Load Diff