x
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
export default {
|
||||
'screen/component': () => import( /* webpackChunkName: "pages/screen/component" */ "./component/component.vue"),
|
||||
'screen/list': () => import( /* webpackChunkName: "pages/screen/list" */ "./list/list.vue"),
|
||||
'screen/template': () => import( /* webpackChunkName: "pages/screen/template" */ "./template/template.vue")
|
||||
};
|
||||
"screen/component": () =>
|
||||
import(
|
||||
/* webpackChunkName: "pages/screen/component" */ "./component/component.vue"
|
||||
),
|
||||
"screen/list": () =>
|
||||
import(/* webpackChunkName: "pages/screen/list" */ "./list/list.vue"),
|
||||
"screen/template": () =>
|
||||
import(
|
||||
/* webpackChunkName: "pages/screen/template" */ "./template/template.vue"
|
||||
),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user