Created
February 13, 2017 01:46
-
-
Save evercode1/72491b85d0fe3b96ad47691e80ed41e0 to your computer and use it in GitHub Desktop.
chapter 15 components.js final
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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