adcentury / vue-weui

(Deprecated) WeUI Components with love of vue.js
http://adcentury.github.io/vue-weui
MIT License
414 stars 78 forks source link

select cell支持options内部元素格式为对象格式 #29

Closed adcentury closed 8 years ago

adcentury commented 8 years ago

目前,可支持如下格式的options

contactTypeOptions: [
  '微信号',
  {
    value: 'qq',
    text: 'QQ号'
  },
  'Email'
]
adcentury commented 8 years ago

29