CellFormPreview
Install

Install

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

nametypedefaultdescriptionrequired version
listarraylabel and value listv2.2.0
border-intentbooleantrueif set border intent on the left sidev2.2.1-rc.1


Contributors

Contributors

Total commits quantity: 11,Total contributors quantity: 3

airylandQiongrong Jianglichunqiang

Changelog

Releases