wip
This commit is contained in:
parent
fcf77dc095
commit
f2fbf7f818
5 changed files with 19 additions and 5 deletions
|
|
@ -26,6 +26,7 @@ import postDetail from './post-detail.vue';
|
|||
import settings from './settings.vue';
|
||||
import calendar from './calendar.vue';
|
||||
import activity from './activity.vue';
|
||||
import friendsMaker from './friends-maker.vue';
|
||||
import wNav from './widgets/nav.vue';
|
||||
import wCalendar from './widgets/calendar.vue';
|
||||
import wPhotoStream from './widgets/photo-stream.vue';
|
||||
|
|
@ -74,6 +75,7 @@ Vue.component('mk-post-detail', postDetail);
|
|||
Vue.component('mk-settings', settings);
|
||||
Vue.component('mk-calendar', calendar);
|
||||
Vue.component('mk-activity', activity);
|
||||
Vue.component('mk-friends-maker', friendsMaker);
|
||||
Vue.component('mkw-nav', wNav);
|
||||
Vue.component('mkw-calendar', wCalendar);
|
||||
Vue.component('mkw-photo-stream', wPhotoStream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue