We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95e177 commit e79feafCopy full SHA for e79feaf
1 file changed
src/components/dialogs/dialogFileEditor.vue
@@ -1,6 +1,6 @@
1
<template>
2
<v-dialog
3
- @input="emitChange(value)"
+ @input="$emit('input', $event)"
4
:value="value"
5
:loading="loading"
6
hide-overlay
0 commit comments