Add new settings

This commit is contained in:
2025-03-09 17:27:12 -05:00
parent 19525c364a
commit afdf713263
4 changed files with 29 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ export default defineComponent({
},
methods: {
change() {
this.$emit("update:modelValue", this.selected);
this.$emit("update:modelValue", String(this.selected));
},
},
});