Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-12-30 17:40:52 +08:00
5 changed files with 14 additions and 14 deletions
+8 -8
View File
@@ -40,14 +40,6 @@ export default createComponent({
rows: [Number, String],
name: String,
rules: Array,
disabled: {
type: Boolean,
default: null,
},
readonly: {
type: Boolean,
default: null,
},
autosize: [Boolean, Object],
leftIcon: String,
rightIcon: String,
@@ -74,6 +66,14 @@ export default createComponent({
type: Boolean,
default: null,
},
disabled: {
type: Boolean,
default: null,
},
readonly: {
type: Boolean,
default: null,
},
modelValue: {
type: [String, Number],
default: '',