BhtSystemContentCards
文档版本:1.0.0
描述
系统内容卡片组件,用于以卡片组展示内容数据。
效果
![]()
示例
<bht-system-content-cards></bht-system-content-cards>
代码
<bht-system-content-cards :ref="item.id" :item="item"></bht-system-content-cards>
或者
<BhtSystemContentCards :ref="item.id" :item="item"></BhtSystemContentCards>
参数
该组件未声明外部 props。
引入
import { BhtSystemContentCards } from '@behappyto/cms-ui-vue3'