Skip to content

Instantly share code, notes, and snippets.

@bm2ilabs

bm2ilabs/app.js Secret

Created November 12, 2018 17:40
Show Gist options
  • Save bm2ilabs/5453d02a8f4f085799d222d17e0a6765 to your computer and use it in GitHub Desktop.
Save bm2ilabs/5453d02a8f4f085799d222d17e0a6765 to your computer and use it in GitHub Desktop.
const ExampleComponent = () => import(//* webpackChunkName: "example-component" *// '.components/ExampleComponent.vue')
Vue.component('example-component', ExampleComponent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment