How to add component to same chunk?
[issue link]I have page from document list. Inside I use component for list item. How to add this component to same chunk as page component?
In .nuxt/router.js
const _3a1484a3 = () => import('..\\pages\\desktop\\document-list\\index.vue' /* webpackChunkName: "pages/desktop-document-list" */).then(m => m.default || m)
const _163289af = () => import('..\\pages\\desktop\\document-list\\document-list-item.vue' /* webpackChunkName: "pages/desktop-document-list-document-list-item" */).then(m => m.default || m)