[improvement] mixins typescript (#3690)

This commit is contained in:
neverland
2019-06-29 11:31:53 +08:00
committed by GitHub
parent 0a79536a05
commit abe3e59bed
17 changed files with 135 additions and 82 deletions

View File

@@ -54,8 +54,8 @@ export default {
data() {
return {
rate: 30,
currentRate1: 0,
currentRate2: 0
currentRate1: 30,
currentRate2: 30
};
},