Skip to content

Instantly share code, notes, and snippets.

@paltman
Created October 24, 2018 15:04
Show Gist options
  • Save paltman/50c5e0d3ed2530943a4aead37c03d805 to your computer and use it in GitHub Desktop.
Save paltman/50c5e0d3ed2530943a4aead37c03d805 to your computer and use it in GitHub Desktop.
import Vue from 'vue';
import commonComponents from './components';
commonComponents.forEach(component => {
Vue.component(component.name, component);
});
// now load Vue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment