单选按钮:
HTML代码:
JS代码:
// 当选中时
vm.pick === vm.a
选择列表设置:
HTML代码:
123
JS代码:
// 当选中时
typeof vm.selected // -> 'object'
vm.selected.number // -> 123