Created
February 13, 2017 01:46
-
-
Save evercode1/72491b85d0fe3b96ad47691e80ed41e0 to your computer and use it in GitHub Desktop.
Revisions
-
evercode1 created this gist
Feb 13, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ 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'));