1.0.0 • Published 3 years ago
sinosure-solui v1.0.0
使用示例
<template>
<h-button type="default">default</h-button>
<h-button type="primary">primary</h-button>
<sol-badge :value="12" class="item">
<h-button>评论</h-button>
</sol-badge>
</template>h-button组件属性
| 参数 | 说明 | 类型 | 可选项 | 默认值 |
|---|---|---|---|---|
| default | 按钮颜色 | string | ||
| primary | 按钮颜色 | string |
sol-badge组件属性
| 参数 | 说明 | 类型 | 可选项 | 默认值 |
|---|---|---|---|---|
| value | 标记数字 | number |
1.0.0
3 years ago