作者:管理员 历史版本:1 最后编辑:龚清 更新时间:2024-11-20 15:41
上传附件
1、组件路径
src\business/platform/file/attachment/selector.vue
2、使用举例
template
<template>
<ibps-attachment
v-model="form"
/>
</template>
script
import IbpsAttachment from '@/business/platform/file/attachment/selector'
......
components: {
IbpsAttachment,
}
......
更多举例 可以看代码路径的例子:
src\views\demo\components\uploader\index.vue
3、API 属性
暂无,具体看代码属性
4、API 方法
暂无,具体看代码方法