CellFormPreview
需要在 Group
组件中使用。
<group>
<cell title="Total" value="¥1024"></cell>
<cell-form-preview :list="list"></cell-form-preview>
</group>
import { CellFormPreview, Group, Cell } from 'vux'
export default {
components: {
CellFormPreview,
Group,
Cell
},
data () {
return {
list: [{
label: 'Apple',
value: '3.29'
}, {
label: 'Banana',
value: '1.04'
}, {
label: 'Fish',
value: '8.00'
}]
}
}
}
API
Props
name | type | default | description | required version |
list | array | label and value list | v2.2.0 | |
border-intent | boolean | true | if set border intent on the left side | v2.2.1-rc.1 |
Contributors
Contributors
Total commits quantity: 11,Total contributors quantity: 3
airylandQiongrong Jianglichunqiang