更新记录
1.0.1(2019-07-09)
-
测试使用,勿用
Badge 数字角标
uni-badge,代码块: uBadge。 使用方式:script中引用组件
import uniBadge from "@/components/uni-badge/uni-badge.vue"export default { components: {uniBadge}}
template中使用组件
<uni-badge text="1"></uni-badge><uni-badge text="2" type="purple" @click="bindClick"></uni-badge><uni-badge text="3" type="primary" :inverted="true"></uni-badge>Badge 属性说明: Tips:
