im-ui-mobile 0.1.5 → 0.1.7

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/README.md CHANGED
@@ -12,6 +12,6 @@ npm install im-ui-mobile
12
12
 
13
13
  微信扫码,查看演示。
14
14
 
15
- ![image](https://fdm-shop-25.oss-cn-shenzhen.aliyuncs.com/fdm26010502224969935bdbdcf.jpg)
15
+ ![微信小程序码](https://fdm-shop-25.oss-cn-shenzhen.aliyuncs.com/fdm26010502453644377ae6e77.jpg)
16
16
 
17
17
 
@@ -522,10 +522,6 @@ defineExpose({
522
522
  width: 100%;
523
523
  height: 100%;
524
524
  fill: currentColor;
525
-
526
- * {
527
- fill: inherit;
528
- }
529
525
  }
530
526
  }
531
527
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "im-ui-mobile",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "A Vue3.0 + Typescript instant messaging component library for Uniapp",
5
5
  "type": "module",
6
6
  "main": "index.js",