sinosure-solui
v1.0.0
Published
vue 组件发布npm示例
Downloads
2
Readme
使用示例
<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 | | |