Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created February 13, 2017 01:46
Show Gist options
  • Select an option

  • Save evercode1/72491b85d0fe3b96ad47691e80ed41e0 to your computer and use it in GitHub Desktop.

Select an option

Save evercode1/72491b85d0fe3b96ad47691e80ed41e0 to your computer and use it in GitHub Desktop.

Revisions

  1. evercode1 created this gist Feb 13, 2017.
    11 changes: 11 additions & 0 deletions components.js
    Original 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'));