wip
This commit is contained in:
parent
f64a921575
commit
eec84157a3
5 changed files with 28 additions and 12 deletions
|
|
@ -14,6 +14,7 @@ import postDetail from './post-detail.vue';
|
|||
import followButton from './follow-button.vue';
|
||||
import friendsMaker from './friends-maker.vue';
|
||||
import notifications from './notifications.vue';
|
||||
import notificationPreview from './notification-preview.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-home', home);
|
||||
|
|
@ -29,3 +30,4 @@ Vue.component('mk-post-detail', postDetail);
|
|||
Vue.component('mk-follow-button', followButton);
|
||||
Vue.component('mk-friends-maker', friendsMaker);
|
||||
Vue.component('mk-notifications', notifications);
|
||||
Vue.component('mk-notification-preview', notificationPreview);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue