wip
This commit is contained in:
parent
24142cd5c6
commit
a77ac7e651
11 changed files with 47 additions and 22 deletions
|
|
@ -37,6 +37,16 @@ import wBroadcast from './widgets/broadcast.vue';
|
|||
import wTimemachine from './widgets/timemachine.vue';
|
||||
import wProfile from './widgets/profile.vue';
|
||||
import wServer from './widgets/server.vue';
|
||||
import wActivity from './widgets/activity.vue';
|
||||
import wRss from './widgets/rss.vue';
|
||||
import wTrends from './widgets/trends.vue';
|
||||
import wVersion from './widgets/version.vue';
|
||||
import wUsers from './widgets/users.vue';
|
||||
import wPolls from './widgets/polls.vue';
|
||||
import wPostForm from './widgets/post-form.vue';
|
||||
import wMessaging from './widgets/messaging.vue';
|
||||
import wChannel from './widgets/channel.vue';
|
||||
import wAccessLog from './widgets/access-log.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-ui-notification', uiNotification);
|
||||
|
|
@ -67,7 +77,7 @@ Vue.component('mk-activity', activity);
|
|||
Vue.component('mkw-nav', wNav);
|
||||
Vue.component('mkw-calendar', wCalendar);
|
||||
Vue.component('mkw-photo-stream', wPhotoStream);
|
||||
Vue.component('mkw-slideshoe', wSlideshow);
|
||||
Vue.component('mkw-slideshow', wSlideshow);
|
||||
Vue.component('mkw-tips', wTips);
|
||||
Vue.component('mkw-donation', wDonation);
|
||||
Vue.component('mkw-notifications', wNotifications);
|
||||
|
|
@ -75,3 +85,13 @@ Vue.component('mkw-broadcast', wBroadcast);
|
|||
Vue.component('mkw-timemachine', wTimemachine);
|
||||
Vue.component('mkw-profile', wProfile);
|
||||
Vue.component('mkw-server', wServer);
|
||||
Vue.component('mkw-activity', wActivity);
|
||||
Vue.component('mkw-rss', wRss);
|
||||
Vue.component('mkw-trends', wTrends);
|
||||
Vue.component('mkw-version', wVersion);
|
||||
Vue.component('mkw-users', wUsers);
|
||||
Vue.component('mkw-polls', wPolls);
|
||||
Vue.component('mkw-post-form', wPostForm);
|
||||
Vue.component('mkw-messaging', wMessaging);
|
||||
Vue.component('mkw-channel', wChannel);
|
||||
Vue.component('mkw-access-log', wAccessLog);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue