1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 07:16:14 +02:00
This commit is contained in:
syuilo
2018-02-10 16:22:14 +09:00
parent dd60907abe
commit 4f1795b97b
16 changed files with 576 additions and 551 deletions

View File

@@ -9,8 +9,10 @@ declare const _HOST_: string;
import Vue from 'vue';
import VueRouter from 'vue-router';
import VModal from 'vue-js-modal';
Vue.use(VueRouter);
Vue.use(VModal);
import App from './app.vue';