Static GitHub Issues

[1261] How to add component to same chunk?

prev: Ios9.3 vue lifecycle don't run correctly
next: [Need help] How to commit 'action' on mounted() or created() ?

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)
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1114">#c1114</a>)</em></sub></div>