mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
fix: 修复js文件相互引用
This commit is contained in:
parent
058ce481fc
commit
992a11b2c1
@ -7,7 +7,8 @@ import zh_TWLocale from "element-ui/lib/locale/lang/zh-TW";
|
||||
import zh_CN from "./zh-CN";
|
||||
import en_US from "./en-US";
|
||||
import zh_TW from "./zh-TW";
|
||||
import {CURRENT_LANGUAGE} from "@/common/js/constants";
|
||||
|
||||
export const CURRENT_LANGUAGE = 'current_language';
|
||||
|
||||
Vue.use(VueI18n);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user