diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 13:22:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 13:22:20 +0900 |
| commit | 9010e73d12a7adf4fd7a8aa719f5b5bb99755d77 (patch) | |
| tree | b1163496737aa51231c1a913c28c635c24955587 /src/web/app/init.ts | |
| parent | :v: (diff) | |
| download | sharkey-9010e73d12a7adf4fd7a8aa719f5b5bb99755d77.tar.gz sharkey-9010e73d12a7adf4fd7a8aa719f5b5bb99755d77.tar.bz2 sharkey-9010e73d12a7adf4fd7a8aa719f5b5bb99755d77.zip | |
:v:
Diffstat (limited to 'src/web/app/init.ts')
| -rw-r--r-- | src/web/app/init.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/init.ts b/src/web/app/init.ts index 52d2ecf99a..28adfd3b07 100644 --- a/src/web/app/init.ts +++ b/src/web/app/init.ts @@ -6,6 +6,7 @@ import Vue from 'vue'; import VueRouter from 'vue-router'; import VModal from 'vue-js-modal'; import * as TreeView from 'vue-json-tree-view'; +import VAnimateCss from 'v-animate-css'; import Element from 'element-ui'; import ElementLocaleEn from 'element-ui/lib/locale/lang/en'; import ElementLocaleJa from 'element-ui/lib/locale/lang/ja'; @@ -25,6 +26,7 @@ switch (lang) { Vue.use(VueRouter); Vue.use(VModal); Vue.use(TreeView); +Vue.use(VAnimateCss); Vue.use(Element, { locale: elementLocale }); // Register global directives |