UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

4 lines (3 loc) 210 B
// lazy loading Components // https://github.com/vuejs/vue-router/blob/dev/examples/lazy-loading/app.js#L8 export default (name, index = false) => () => import(`components/${name}${index ? '/index' : ''}.vue`)