1、组件路径

src\business\platform\cat\dictionary\select.vue

2、使用举例

template

<template>
         <ibps-dictionary
          v-model="form"
        />
</template>

script

import IbpsDictionary from '@/business/platform/cat/dictionary/select'
......
components: {
    IbpsDictionary,
  }
 ......

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

3、API 属性

暂无,具体看代码属性

4、API 方法

暂无,具体看代码方法

文档更新时间: 2022-07-08 14:09   作者:hugh