fix: stopPropagation not found error in mobile view
stopPropagation not found error was thrown in mobile view
This commit is contained in:
parent
3029456be5
commit
3f2376b494
@ -71,7 +71,7 @@
|
||||
<component
|
||||
:is="getValueControl(f)"
|
||||
v-model="f.value"
|
||||
@change.stop="(v) => updateValue(v, f)"
|
||||
@change="(v) => updateValue(v, f)"
|
||||
:placeholder="__('John Doe')"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user