zhihao-ui 1.1.5 → 1.1.6

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.
package/componens.ts CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  ZhMoneyInput,
18
18
  ZhPageHeadPanel,
19
19
  ZhToolTips
20
- } from "@zhihao-ui/components";
20
+ } from "../components";
21
21
 
22
22
 
23
23
  export default [
package/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { makeInstaller } from "@zhihao-ui/utils";
2
- import components from "./componens.ts";
2
+ import components from "./componens";
3
3
 
4
4
  const installer = makeInstaller(components);
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zhihao-ui",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "components",
5
5
  "type": "module",
6
6