Nuxt/test/fixtures/shared-chunk/components/lazy.vue
Simon Tretter b4ffdab790
fix(webpack): fallback for empty chunk name (#7667)
[release]

Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-07-04 17:28:46 +02:00

6 lines
60 B
Vue

<template>
<div>
Lazy Components
</div>
</template>