mand-mobile/components/detail-item/README.md

524 B

title preview
DetailItem 清单项 https://didi.github.io/mand-mobile/examples/#/detail-item

清单列表用于展示一些列表信息,如账单。

引入

import { DetailItem } from 'mand-mobile'

Vue.component(DetailItem.name, DetailItem)

代码演示

API

CellItem Props

属性 说明 类型 默认值 备注
title 标题 String - -
content 描述内容 String - -
bold 是否加粗显示 Boolean false -