uview-plus 3.2.16 → 3.2.17

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/changelog.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## 3.2.17(2024-05-08)
2
+ fix: 支付宝小程序二维码渲染
1
3
  ## 3.2.16(2024-05-06)
2
4
  修复tabs中,当前激活样式的undefined bug
3
5
 
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <view class="u-qrcode">
3
- <canvas class="u-qrcode__canvas" :canvas-id="cid" :style="{ width: size + unit, height: size + unit }" />
3
+ <canvas class="u-qrcode__canvas" :id="cid" :canvas-id="cid" :style="{ width: size + unit, height: size + unit }" />
4
4
  <image v-show="show" :src="result" :style="{ width: size + unit, height: size + unit }" />
5
5
  </view>
6
6
  </template>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "uview-plus3.0重磅发布,全面的Vue3移动组件库。",
5
- "version": "3.2.16",
5
+ "version": "3.2.17",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",