BhtSystemCmsFeature01

文档版本:1.0.0

描述

CMS精选标准组件,用于展示精选内容。

效果

BhtSystemCmsFeature01 效果图

示例

<bht-system-cms-feature01></bht-system-cms-feature01>

代码

<bht-system-cms-feature01 :ref="item.id" :item="item"></bht-system-cms-feature01>

或者

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

参数

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

引入

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