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 +2 -0
- package/components/u-button/u-button.vue +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -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,
|
|
168
|
+
mixins: [mpMixin, mixin, buttonMixin, openType, props],
|
|
169
169
|
// #endif
|
|
170
170
|
// #ifndef MP
|
|
171
171
|
mixins: [mpMixin, mixin, props],
|