yymini-pop-bottom 1.0.1 → 1.0.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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,4 +27,6 @@ yarn add yymini-pop-bottom
27
27
 
28
28
  ## use
29
29
  ```ttml / wxml
30
- <pop-bottom visible="{{true}}" title="这里是 title" message="这里是 message" bind:close="onClose" bind:confirm="onConfirm" />
30
+ <pop-bottom visible="{{true}}" title="这里是 title" message="这里是 message" bind:close="onClose" bind:confirm="onConfirm" />
31
+
32
+ ![弹窗示例](https://raw.githubusercontent.com/AllenGe/yy/main/pop-image.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymini-pop-bottom",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "小程序(抖音、微信)-底部确认弹出框自定义组件",
5
5
  "main": "pop-bottom.js",
6
6
  "miniprogram": ".",