BhtSystemChannelTree01

文档版本:1.0.0

描述

频道树标准组件,用于展示频道树结构。

效果

BhtSystemChannelTree01 效果图

示例

<bht-system-channel-tree01></bht-system-channel-tree01>

代码

<bht-system-channel-tree01 :ref="item.id" :item="item"></bht-system-channel-tree01>

或者

<BhtSystemChannelTree01 :ref="item.id" :item="item"></BhtSystemChannelTree01>

参数

参数类型必填默认值说明
itemObject-组件配置信息。

引入

import { BhtSystemChannelTree01 } from '@behappyto/cms-ui-vue3'