修改错误引用
This commit is contained in:
parent
46d776a642
commit
da5bc03838
@ -11,16 +11,18 @@ import '@/styles/index.scss'; // global css
|
|||||||
|
|
||||||
import LangStorage from '@/utils/lang';
|
import LangStorage from '@/utils/lang';
|
||||||
import App from './App';
|
import App from './App';
|
||||||
|
import VueI18n from 'vue-i18n';
|
||||||
import store from './store';
|
import store from './store';
|
||||||
import router from './router';
|
import router from './router';
|
||||||
import Theme from '@/jmap/theme/factory';
|
|
||||||
|
|
||||||
import '@/icons'; // icon
|
import '@/icons'; // icon
|
||||||
import '@/permission'; // permission control
|
import '@/permission'; // permission control
|
||||||
import '@/scripts/GlobalPlugin';
|
import '@/scripts/GlobalPlugin';
|
||||||
import '@/directives';
|
import '@/directives';
|
||||||
|
import messages from '@/i18n/index';
|
||||||
|
|
||||||
Vue.use(ElementUI);
|
Vue.use(ElementUI);
|
||||||
|
Vue.use(VueI18n);
|
||||||
|
|
||||||
Vue.config.productionTip = false;
|
Vue.config.productionTip = false;
|
||||||
|
|
||||||
@ -33,5 +35,7 @@ new Vue({
|
|||||||
el: '#app',
|
el: '#app',
|
||||||
router,
|
router,
|
||||||
store,
|
store,
|
||||||
|
i18n,
|
||||||
render: h => h(App)
|
render: h => h(App)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user