uview-plus 3.1.9 → 3.1.10

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.10(2022-09-14)
2
+ 修复u-checkbox-box双向绑定
1
3
  ## 3.1.9(2022-09-08)
2
4
  紧急修复缺失endif
3
5
  ## 3.1.8(2022-09-07)
@@ -87,10 +87,10 @@
87
87
  this.$emit('change', values)
88
88
  // 修改通过v-model绑定的值
89
89
  // #ifdef VUE3
90
- this.$emit("update:modelValue", value);
90
+ this.$emit("update:modelValue", values);
91
91
  // #endif
92
92
  // #ifdef VUE2
93
- this.$emit("input", value);
93
+ this.$emit("input", values);
94
94
  // #endif
95
95
  },
96
96
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "uview-plus3.0重磅发布,利剑出鞘,一统江湖",
5
- "version": "3.1.9",
5
+ "version": "3.1.10",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",