chore: 升级依赖,相关兼容处理

This commit is contained in:
xiaoxian521
2024-05-28 10:16:09 +08:00
parent 643b36fc42
commit cd653c83f0
3 changed files with 783 additions and 789 deletions

View File

@@ -48,7 +48,7 @@ import {
} from "vxe-table";
// 全局默认参数
VXETable.config({
VXETable.setConfig({
// i18n: (key, args) => {
// return unref(i18n.global.locale) === "zh"
// ? XEUtils.toFormatString(XEUtils.get(zh, key), args)