1.0.4 • Published 6 years ago

vuf-star v1.0.4

Weekly downloads
22
License
-
Repository
-
Last release
6 years ago

vuf-star

npm Codeship

a component in vueJs to show star for shop

Build Setup

 # npm install --save-dev vuf-star@1.0.4
API:
<vuf-star :size="this.starSize" :score="this.starScore">
</vuf-star>

export default () {
  data(){
    return: {
      starSize: 36,
      starScore: 3.5
    }
  }
}
参数:
     图片大小  分数
     24/26/48  1~5
     
评分机制:大于0.5分算1分,小于0.5分不算分
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago