UNPKG

mand-mobile

Version:

A Vue.js 2.0 Mobile UI Toolkit

27 lines (19 loc) 533 B
--- title: DetailItem preview: https://didi.github.io/mand-mobile/examples/#/detail-item --- Detail list usually used as bill details, inventory details and so on. ### Import ```javascript import { DetailItem } from 'mand-mobile' Vue.component(DetailItem.name, DetailItem) ``` ### Code Examples <!-- DEMO --> ### API #### CellItem Props |Props | Description | Type | Default | Note| |----|-----|------|------|------| |title|title|String|-|-| |content|content text|String|-|-| |bold|whether emphasis content|Boolean|`false`|-|