✌️
This commit is contained in:
parent
e4b7c17967
commit
3a1978cb65
7 changed files with 147 additions and 153 deletions
|
|
@ -5,6 +5,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 Element from 'element-ui';
|
||||
import ElementLocaleEn from 'element-ui/lib/locale/lang/en';
|
||||
import ElementLocaleJa from 'element-ui/lib/locale/lang/ja';
|
||||
|
|
@ -23,6 +24,7 @@ switch (lang) {
|
|||
|
||||
Vue.use(VueRouter);
|
||||
Vue.use(VModal);
|
||||
Vue.use(TreeView);
|
||||
Vue.use(Element, { locale: elementLocale });
|
||||
|
||||
// Register global directives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue