1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 13:05:57 +02:00
This commit is contained in:
syuilo
2018-02-11 13:02:35 +09:00
parent dab2a5dd1c
commit cd5786d7fb
2 changed files with 166 additions and 170 deletions

View File

@@ -1,5 +1,7 @@
import Vue from 'vue';
import ui from './ui.vue';
import home from './home.vue';
Vue.component('mk-ui', ui);
Vue.component('mk-home', home);