1.1.0 • Published 6 years ago

vue-star-simple v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago