This commit is contained in:
梁灏 2018-06-21 16:05:40 +08:00
parent 1ead5bb6c4
commit b9ecbd5384
3 changed files with 45 additions and 9 deletions

View file

@ -9,6 +9,7 @@
show-text
v-model="characterValue"
character="好"/>
<Rate allow-half v-model="cv" icon="ios-heart" />
<!--<Rate show-text v-model="valueText"></Rate>-->
<!--<Rate show-text allow-half v-model="valueCustomText">-->
<!--<span style="color: #f5a623">{{ valueCustomText }}</span>-->
@ -27,7 +28,8 @@
valueDisabled: 2.4,
valueClear: 1,
valueClearHalf: 1.5,
characterValue: 2.5
characterValue: 2.5,
cv: 3.5
}
}
}