style: 避免动态 import 时提示错误
This commit is contained in:
parent
ac9b1ea26d
commit
d754d78ad0
File diff suppressed because it is too large
Load Diff
|
|
@ -66,7 +66,7 @@ export default {
|
||||||
{
|
{
|
||||||
path,
|
path,
|
||||||
name,
|
name,
|
||||||
component: () => import(`@/views/demo/playground/add-routes/alternates/${component}.vue`),
|
component: () => import('@/views/demo/playground/add-routes/alternates/' + component + '.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title
|
title
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue