Skip to content

Commit 090646c

Browse files
authored
Update form-file.js
1 parent 1bee717 commit 090646c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/form-file/form-file.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const NAME = 'BFormFile'
1212
export default {
1313
name: NAME,
1414
mixins: [idMixin, formMixin, formStateMixin, formCustomMixin, normalizeSlotMixin],
15+
model: {
16+
prop: 'value',
17+
event: 'input'
18+
},
1519
props: {
1620
value: {
1721
// type: Object,

0 commit comments

Comments
 (0)