1.0.0 • Published 11 months ago

sinosure-solui v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

使用示例

<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

11 months ago