tiny-vue/examples/docs/resources/mobile-first/md/button-group/button-group-data.md

20 lines
464 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="demo-header">
<p class="overviewicon">
<span class="wapi-form-button"/>
</p>
## Buttongroup 按钮组
<nova-uxlink widget-name="Buttongroup"></nova-uxlink>
以按钮组的方式出现,常用于多项类似操作。
</div>
### 按钮组数据
通过 `data` 属性设置按钮组数据,对象中的 text 为按钮显示文本value 用于双向绑定时指定的值。
<nova-demo-view link="button-group/data.vue"></nova-demo-view>
<br />