yh-i18n 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/excelTool.ts +1 -1
  2. package/package.json +1 -1
package/excelTool.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as ExcelJS from "exceljs";
1
+ import ExcelJS from "exceljs";
2
2
  import Config from "@/config";
3
3
  import { ElMessage, ElLoading } from "element-plus";
4
4
  import http from "@/libs/api.request";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-i18n",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "对于国际化的封装",
5
5
  "main": "index.js",
6
6
  "scripts": {