Skip to content
页面导航

Upload

依赖于 UploadFileView
import { Upload,FileView } from 'seldom-ui'

基本用法

src Props

参数名描述类型默认值
model-value (v-model) (*)string ''
upload (*)any {}
image-style (*)any {}
size (*)number 5
length (*)number 10
tips (*)string ''
remove (*)boolean false
accept (*)string '.doc,.docx,.pdf,.xls,.xlsx,.jpg,.jpeg,.png,.ceb,.tiff,.txt,.otf'
btn-props (*)any {}
view (*)string 'file'
multiple (*)boolean false
loading (*)boolean false
btn-view (*)string ''
error-callback (*)any -

src Events

事件名描述参数
update:model-value-
change-