diff --git a/package.json b/package.json index bcd654f..da3d38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iview", - "version": "0.9.15", + "version": "0.9.16", "title": "iView", "description": "A high quality UI components Library with Vue.js", "homepage": "http://www.iviewui.com", diff --git a/src/components/rate/rate.vue b/src/components/rate/rate.vue index 467ad75..5ae3c78 100644 --- a/src/components/rate/rate.vue +++ b/src/components/rate/rate.vue @@ -7,7 +7,7 @@ @click="handleClick(item)"> -
+
{{ value }}
diff --git a/test/routers/rate.vue b/test/routers/rate.vue index faf58f7..40da843 100644 --- a/test/routers/rate.vue +++ b/test/routers/rate.vue @@ -1,19 +1,22 @@