diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-08 15:16:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-08 15:16:39 +0900 |
| commit | f052d8912b324a02c55100d89409c7e29c670f8e (patch) | |
| tree | 7020b853b218b0463cc07ead1fbc7e093ce239ad /src/client/app/init.ts | |
| parent | via の表示を改善 (#3161) (diff) | |
| download | sharkey-f052d8912b324a02c55100d89409c7e29c670f8e.tar.gz sharkey-f052d8912b324a02c55100d89409c7e29c670f8e.tar.bz2 sharkey-f052d8912b324a02c55100d89409c7e29c670f8e.zip | |
wip: フォロー/フォロワーページ (#3157)
フォロー/フォロワーページ
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index bc5a349987..3d1560633a 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -8,6 +8,7 @@ import VueRouter from 'vue-router'; import VAnimateCss from 'v-animate-css'; import VModal from 'vue-js-modal'; import VueSweetalert2 from 'vue-sweetalert2'; +import VueI18n from 'vue-i18n'; import VueHotkey from './common/hotkey'; import App from './app.vue'; @@ -121,6 +122,7 @@ Vue.use(VAnimateCss); Vue.use(VModal); Vue.use(VueHotkey); Vue.use(VueSweetalert2); +Vue.use(VueI18n); Vue.component('fa', FontAwesomeIcon); |