uview-plus 3.4.66 → 3.4.67
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
|
@@ -106,6 +106,11 @@ export const props = defineMixin({
|
|
|
106
106
|
type: String,
|
|
107
107
|
default: () => defProps.numberBox.bgColor
|
|
108
108
|
},
|
|
109
|
+
// 按钮禁用背景色
|
|
110
|
+
disabledBgColor: {
|
|
111
|
+
type: String,
|
|
112
|
+
default: () => defProps.numberBox.disabledBgColor
|
|
113
|
+
},
|
|
109
114
|
// 输入框背景颜色
|
|
110
115
|
inputBgColor: {
|
|
111
116
|
type: String,
|
package/package.json
CHANGED