uview-plus 3.3.0 → 3.3.1

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.3.1(2024-06-27)
2
+ u-button组件报错,找不到button mixins #407
1
3
  ## 3.3.0(2024-06-27)
2
4
  feat: checkbox支持label设置slot
3
5
 
@@ -165,7 +165,7 @@ import color from '../../libs/config/color';
165
165
  export default {
166
166
  name: "u-button",
167
167
  // #ifdef MP
168
- mixins: [mpMixin, mixin, button, openType, props],
168
+ mixins: [mpMixin, mixin, buttonMixin, openType, props],
169
169
  // #endif
170
170
  // #ifndef MP
171
171
  mixins: [mpMixin, mixin, props],
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.3.0",
5
+ "version": "3.3.1",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",