Skip to content

Commit f908917

Browse files
feat: First set of events
1 parent 5a8f28b commit f908917

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

panel/src/components/Drawers/FileDrawer.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@submit="submit"
99
>
1010
<slot name="options" slot="options" />
11-
<k-file-preview v-bind="preview" />
11+
<k-file-preview v-bind="preview" @input="onInput" @submit="onSubmit" />
1212

1313
<div class="k-file-drawer-body">
1414
<k-drawer-fields
@@ -39,6 +39,8 @@ export default {
3939
}
4040
},
4141
methods: {
42+
onInput() {},
43+
onSubmit() {},
4244
option(option) {
4345
switch (option) {
4446
case "replace":

0 commit comments

Comments
 (0)