diff --git a/components/rate/Rate.vue b/components/rate/Rate.vue index 11494c2e1..3b868bd12 100644 --- a/components/rate/Rate.vue +++ b/components/rate/Rate.vue @@ -100,24 +100,29 @@ export default { Icon, }, render (createElement) { + const { + classes, onMouseLeave, onClick, countList, onHover, + disabled, prefixCls, allowHalf, hoverValue, + stateValue, character, hasDefaultSlot, + } = this return (