From bdafa723193b60aa4a6ddede5c144f562be5e622 Mon Sep 17 00:00:00 2001 From: wangxueliang Date: Thu, 14 Dec 2017 10:17:07 +0800 Subject: [PATCH] fix --- components/rate/Rate.vue | 25 +++++++++++++++---------- components/rate/Star.vue | 11 ++++++----- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/components/rate/Rate.vue b/components/rate/Rate.vue index 927d2d98a..468ce44ef 100644 --- a/components/rate/Rate.vue +++ b/components/rate/Rate.vue @@ -99,24 +99,29 @@ export default { Icon, }, render (createElement) { + const { + classes, onMouseLeave, onClick, countList, onHover, + disabled, prefixCls, allowHalf, hoverValue, + stateValue, character, hasDefaultSlot, + } = this return (