BhtSystemDetailCover
文档版本:1.0.0
描述
详情封面文章组件,用于带封面的内容详情页。
效果
![]()
示例
<bht-system-detail-cover></bht-system-detail-cover>
代码
<bht-system-detail-cover :ref="item.id" :item="item"></bht-system-detail-cover>
或者
<BhtSystemDetailCover :ref="item.id" :item="item"></BhtSystemDetailCover>
参数
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
| item | Object | 否 | - | 组件配置信息。 |
引入
import { BhtSystemDetailCover } from '@behappyto/cms-ui-vue3'