uview-plus 3.1.35 → 3.1.36

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.1.36(2023-08-08)
2
+ 修复富文本事件名称大小写
1
3
  ## 3.1.35(2023-08-02)
2
4
  修复编译到支付宝小程序u-form报错
3
5
  ## 3.1.34(2023-07-27)
@@ -103,7 +103,7 @@ export default {
103
103
  useAnchor: [Boolean, Number]
104
104
  },
105
105
  // #ifdef VUE3
106
- emits: ['load', 'ready', 'imgtap', 'linktap', 'play', 'error'],
106
+ emits: ['load', 'ready', 'imgTap', 'linkTap', 'play', 'error'],
107
107
  // #endif
108
108
  // #ifndef APP-PLUS-NVUE
109
109
  components: {
@@ -410,7 +410,7 @@ export default {
410
410
  break
411
411
  // 图片点击
412
412
  case 'onImgTap':
413
- this.$emit('imgtap', message.attrs)
413
+ this.$emit('imgtTap', message.attrs)
414
414
  if (this.previewImg) {
415
415
  uni.previewImage({
416
416
  current: parseInt(message.attrs.i),
@@ -421,7 +421,7 @@ export default {
421
421
  // 链接点击
422
422
  case 'onLinkTap': {
423
423
  const href = message.attrs.href
424
- this.$emit('linktap', message.attrs)
424
+ this.$emit('linkTap', message.attrs)
425
425
  if (href) {
426
426
  // 锚点跳转
427
427
  if (href[0] === '#') {
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.1.35",
5
+ "version": "3.1.36",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",