This commit is contained in:
2021-02-09 20:54:29 +00:00
parent fb5a5c4475
commit 24458e8e62
2 changed files with 5 additions and 5 deletions

View File

@@ -31,8 +31,8 @@ export default {
};
},
props: {
label: String,
rules: Array,
label: { type: String, default: null },
rules: { type: Array, default: null },
value: { type: Number, default: null },
readonly: { type: Boolean, default: false },
disabled: { type: Boolean, default: false },