mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
语言设定小插件
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
} from "@/libs/axios";
|
||||
import { setStore, getStore, removeStore } from "@/libs/storage";
|
||||
|
||||
import i18nBox from '@/views/lili-components/i18n-translate'
|
||||
import util from "@/libs/util";
|
||||
|
||||
|
||||
@@ -34,7 +35,7 @@ Vue.use(VueLazyload, {
|
||||
});
|
||||
|
||||
Vue.use(ViewUI);
|
||||
|
||||
Vue.component('i18nBox',i18nBox)
|
||||
Vue.component("vue-qr", vueQr); //此处将vue-qr添加为全局组件
|
||||
|
||||
// 挂载全局使用的方法
|
||||
|
||||
Reference in New Issue
Block a user