feat: 添加运行、打包信息, 使用lodash-unified替换lodash-es, lodash-unified支持ESM

This commit is contained in:
xiaoxian521
2022-02-27 02:44:29 +08:00
parent 3ca4729421
commit bc300eab18
13 changed files with 150 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
// 多组件库的国际化和本地项目国际化兼容
import { App } from "vue";
import { set } from "lodash-es";
import { set } from "lodash-unified";
import { createI18n } from "vue-i18n";
import { localesConfigs } from "./config";
import { storageLocal } from "/@/utils/storage";