wip
This commit is contained in:
parent
fcf77dc095
commit
f2fbf7f818
5 changed files with 19 additions and 5 deletions
|
|
@ -12,6 +12,7 @@ import postCard from './post-card.vue';
|
|||
import userCard from './user-card.vue';
|
||||
import postDetail from './post-detail.vue';
|
||||
import followButton from './follow-button.vue';
|
||||
import friendsMaker from './friends-maker.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-home', home);
|
||||
|
|
@ -25,3 +26,4 @@ Vue.component('mk-post-card', postCard);
|
|||
Vue.component('mk-user-card', userCard);
|
||||
Vue.component('mk-post-detail', postDetail);
|
||||
Vue.component('mk-follow-button', followButton);
|
||||
Vue.component('mk-friends-maker', friendsMaker);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue