Add new settings
This commit is contained in:
@@ -48,7 +48,7 @@ export default defineComponent({
|
||||
},
|
||||
methods: {
|
||||
change() {
|
||||
this.$emit("update:modelValue", this.selected);
|
||||
this.$emit("update:modelValue", String(this.selected));
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user