Home

Issue: 1261

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)
This question is available on Nuxt.js community (#c1114)