This website requires JavaScript.
Explore
Help
Sign In
opentiny
/
tiny-vue
Watch
2
Star
0
Fork
You've already forked tiny-vue
30
Code
Issues
Pull Requests
7
Packages
Projects
Releases
Wiki
Activity
637a8d117a
tiny-vue
/
examples
/
docs
/
resources
/
mobile-first
/
md
/
button-group
/
basic-usage.md
539 B
Raw
Blame
History
ButtonGroup 按钮组
以按钮组的方式出现,常用于多项类似操作。
基本用法
通过
v-model
设置默认选中的按钮,并实现双向绑定。通过
value
也可设置默认选中按钮,但不能进行双向绑定。