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 属性

暂无,具体看代码属性

文档更新时间: 2022-06-20 12:05   作者:hugh