Skip to content

Instantly share code, notes, and snippets.

@evercode1
Last active February 11, 2017 22:26
Show Gist options
  • Select an option

  • Save evercode1/5809b618aa250fd1b909fc0e1fb29028 to your computer and use it in GitHub Desktop.

Select an option

Save evercode1/5809b618aa250fd1b909fc0e1fb29028 to your computer and use it in GitHub Desktop.
chapter 15 components.js
Vue.component('example', require('./components/Example.vue'));
Vue.component('widget-grid', require('./components/WidgetGrid.vue'));
Vue.component('marketing-image-grid', require('./components/MarketingImageGrid.vue'));
Vue.component('chat-message', require('./components/ChatMessage.vue'));
Vue.component('chat-list', require('./components/ChatList.vue'));
Vue.component('chat-create', require('./components/ChatCreate.vue'));
Vue.component('category-grid', require('./components/CategoryGrid.vue'));
Vue.component('subcategory-grid', require('./components/SubcategoryGrid.vue'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment