From 6aa72722609a973e592bed8032d2ba3cd351793b Mon Sep 17 00:00:00 2001 From: huixisheng Date: Thu, 2 Mar 2017 19:31:21 +0800 Subject: [PATCH] Support rate --- src/components/rate/rate.vue | 54 ++++++++++++++++++++++++++---------- src/index.js | 4 +-- test/app.vue | 1 + test/main.js | 4 +++ test/routers/rate.vue | 20 ++++++++++--- 5 files changed, 62 insertions(+), 21 deletions(-) diff --git a/src/components/rate/rate.vue b/src/components/rate/rate.vue index 5ae3c78d..4798e995 100644 --- a/src/components/rate/rate.vue +++ b/src/components/rate/rate.vue @@ -7,18 +7,19 @@ @click="handleClick(item)"> -
- {{ value }} +
+ {{ currentValue }}
\ No newline at end of file