【发布时间】:2020-07-13 01:45:27
【问题描述】:
我在 Vue 项目中使用 Bootstrap-Vue 组件,其接受属性设置为“image/*”。它适用于浏览按钮,但我仍然可以将所有类型的文件放到文件表单中并且它接受它。这是一个错误还是我错过了什么?
<b-form-file
accept="image/*"
v-model="file"
:state="null"
placeholder="Choose a file or drop it here..."
drop-placeholder="Drop file here..."
></b-form-file>
【问题讨论】:
标签: vue.js bootstrap-vue