fix setting components not working with v-model

This commit is contained in:
Henry Jameson 2024-10-09 23:53:30 +03:00
parent 5a2080570f
commit 78e4f0ecd8

View file

@ -170,7 +170,7 @@ export default {
}, },
configSink () { configSink () {
if (this.path == null) { if (this.path == null) {
return (k, v) => this.$emit('modelValue:update', v) return (k, v) => this.$emit('update:modelValue', v)
} }
switch (this.realSource) { switch (this.realSource) {
case 'profile': case 'profile':