mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[improvement] mixins typescript (#3690)
This commit is contained in:
@@ -54,8 +54,8 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
rate: 30,
|
||||
currentRate1: 0,
|
||||
currentRate2: 0
|
||||
currentRate1: 30,
|
||||
currentRate2: 30
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user