uview-plus 3.4.12 → 3.4.13

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,6 @@
1
+ ## 3.4.13(2025-04-08)
2
+ fix: tabs点击当前tab触发change事件
3
+
1
4
  ## 3.4.12(2025-04-02)
2
5
  fix: dropdown关闭后遮挡页面内容 #653
3
6
 
@@ -229,6 +229,8 @@
229
229
  }, index)
230
230
  // 如果disabled状态,返回
231
231
  if (item.disabled) return
232
+ // 如果点击当前不触发change
233
+ if (this.innerCurrent == index) return
232
234
  this.innerCurrent = index
233
235
  this.resize()
234
236
  this.$emit('update:current', index)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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.4.12",
5
+ "version": "3.4.13",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",