This commit is contained in:
zhuxiang
2017-02-28 17:41:30 +08:00
parent 04712433c0
commit ba405b723b
4 changed files with 68 additions and 10 deletions

View File

@@ -5,10 +5,10 @@
:::demo 样例代码
```html
<z-badge-group>
<z-badge is-selected value="热销榜" info="8"></z-badge>
<z-badge value="花式寿司" info="99"></z-badge>
<z-badge value="火炽寿司"></z-badge>
<z-badge value="手握寿司" info="199"></z-badge>
<z-badge badge-key="0" title="热销榜" info="8"></z-badge>
<z-badge badge-key="1" title="花式寿司" info="99"></z-badge>
<z-badge badge-key="2" title="火炽寿司"></z-badge>
<z-badge badge-key="3" title="手握寿司" info="199"></z-badge>
</z-badge-group>
```
:::