Skip to content

Instantly share code, notes, and snippets.

@adi518
Created September 15, 2017 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adi518/9838769ea18fbc58d0c9e767978c10ad to your computer and use it in GitHub Desktop.
Save adi518/9838769ea18fbc58d0c9e767978c10ad to your computer and use it in GitHub Desktop.
import * as components from '@@'
Object.keys(components).forEach((key) => {
Vue.component(key, components[key])
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment