作者:管理员  历史版本:1  最后编辑:龚清  更新时间:2024-07-05 12:05

基础的配置

页面代码

ibps-highlight基本默认的配置代码展示。直接写入模板内,传入对应得属性值即可。

<template>
    ...
    <ibps-highlight>
       &lt;ibps-org-selector v-model="selectedValue" /&gt;
    </ibps-highlight>
    ...
</template>

详细的请查看API进行使用。