This commit is contained in:
Paidax
2025-09-23 13:50:57 +08:00
parent 88662caa57
commit c3db9628fd
15 changed files with 60 additions and 47 deletions
@@ -24,7 +24,7 @@
<script>
module.exports = {
props: {
value: { type: String },
value: { type: [String, Array] },
code: {
type: [String, Array],
default: ""