This commit is contained in:
shimu
2024-05-30 14:26:36 +08:00
parent 22cdc43c24
commit 193e2ad370
3 changed files with 14 additions and 6 deletions

View File

@@ -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"
),
};