yh-i18n 2.2.8 → 2.2.9

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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11,8 +11,8 @@ import thBase from "./lang/baseTh.js";
11
11
  import viBase from "./lang/baseVi.js";
12
12
  import trBase from "./lang/baseTr.js";
13
13
  // vxe table
14
- import zhCNVXETable from "/lang/zh.js";
15
- import enUSVXETable from "/lang/en.js";
14
+ import zhCNVXETable from "./lang/zh.js";
15
+ import enUSVXETable from "./lang/en.js";
16
16
  import thVXETable from "./lang/th.js";
17
17
  import viVXETable from "./lang/vi.js";
18
18
  import trVXETable from "./lang/tr.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-i18n",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "对于国际化的封装",
5
5
  "main": "index.js",
6
6
  "scripts": {