fix setting components not working with v-model
This commit is contained in:
parent
5a2080570f
commit
78e4f0ecd8
|
@ -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':
|
||||||
|
|
Loading…
Reference in a new issue