Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created February 13, 2017 01:46
Show Gist options
  • Save evercode1/72491b85d0fe3b96ad47691e80ed41e0 to your computer and use it in GitHub Desktop.
Save evercode1/72491b85d0fe3b96ad47691e80ed41e0 to your computer and use it in GitHub Desktop.
chapter 15 components.js final
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'));
Vue.component('lesson-grid', require('./components/LessonGrid.vue'));
Vue.component('lesson-create-category', require('./components/LessonCreateCategory.vue'));
Vue.component('lesson-edit-category', require('./components/LessonEditCategory.vue'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment