@kaiyinchem/ky-uniui 1.0.4 → 1.0.5

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/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,12 +12,12 @@ npm i @kaiyinchem/ky-uniui
12
12
  pages.json设置
13
13
 
14
14
  ```bash
15
- "easycom": {
16
- "autoscan": true,
17
- "custom": {
18
- "^ky-(.*)": "@kaiyinchem/ky-uniui/components/ky-$1.vue"
19
- }
20
- },
15
+ "easycom": {
16
+ "autoscan": true,
17
+ "custom": {
18
+ "^ky-(.*)": "@kaiyinchem/ky-uniui/components/ky-$1.vue"
19
+ }
20
+ },
21
21
  ```
22
22
 
23
23
  App.vue引入css
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.4",
10
+ "version": "1.0.5",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"