字典value 值增加bool类型

This commit is contained in:
不做码农 2021-12-23 18:42:58 +08:00
parent 0e0fd1ed82
commit 5966c1e80a

View File

@ -19,7 +19,7 @@ export default {
type: Array,
default: null,
},
value: [Number, String, Array],
value: [Number, String, Array, Boolean],
},
computed: {
values() {