1.1.0 • Published 5 years ago

vue-star-simple v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

vue-star

简单的vue评分插件

Use

npm install vue-star-simple

Options

prop描述类型默认值
value评分String/Number-
showScore是否显示评分Boolean-
color五角星颜色String#ff9900

Example

<template>
   <vue-star-simple
      v-model="scroe"
      show-score
      :color="color">
   </vue-star-simple>
</template>

<script>
  import vueStarSimple from 'vue-star-simple';
    
  export default {
    components: { vueStarSimple },
    data () {
      return {
        color: '#fff',
        scroe: 1
      }
    }
  }
</script>
1.1.0

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

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