This commit is contained in:
那些花儿
2025-06-20 14:48:06 +08:00
parent 3015f968e3
commit ca04b43385
19 changed files with 315 additions and 158 deletions
@@ -26,7 +26,7 @@ module.exports = {
props: {
value: { type: String },
code: {
type: String,
type: [String, Array],
default: ""
},
option_value: {