BhtSystemContentStream01

文档版本:1.0.0

描述

内容信息流标准组件,用于展示连续内容流。

效果

BhtSystemContentStream01 效果图

示例

<bht-system-content-stream01></bht-system-content-stream01>

代码

<bht-system-content-stream01 :ref="item.id" :item="item"></bht-system-content-stream01>

或者

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

参数

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

引入

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