1、组件路径

src/business/platform/file/attachment/selector.vue

2、使用举例

template

<template>
    <iform-attachment
       v-model="form"
     />
</template>

script

import IformAttachment from '@/business/platform/file/attachment/selector'
......
components: {
    IformAttachment,
  }
 ......

更多举例 可以看代码路径的例子:
src\views\demo\components\uploader\index.vue

3、API 属性

暂无介绍,具体看代码属性

4、API 方法

暂无介绍,具体看代码方法

作者:hugh  创建时间:2023-12-26 18:00
最后编辑:hugh  更新时间:2024-11-25 19:17