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 5a8f28b commit f908917Copy full SHA for f908917
panel/src/components/Drawers/FileDrawer.vue
@@ -8,7 +8,7 @@
8
@submit="submit"
9
>
10
<slot name="options" slot="options" />
11
- <k-file-preview v-bind="preview" />
+ <k-file-preview v-bind="preview" @input="onInput" @submit="onSubmit" />
12
13
<div class="k-file-drawer-body">
14
<k-drawer-fields
@@ -39,6 +39,8 @@ export default {
39
}
40
},
41
methods: {
42
+ onInput() {},
43
+ onSubmit() {},
44
option(option) {
45
switch (option) {
46
case "replace":
0 commit comments