We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245e7af commit cf0f1afCopy full SHA for cf0f1af
driver/js/packages/hippy-vue-native-components/src/swiper.ts
@@ -63,11 +63,11 @@ function registerSwiper(Vue: any) {
63
props: {
64
current: {
65
type: Number,
66
- defaultValue: 0,
+ default: 0,
67
},
68
needAnimation: {
69
type: Boolean,
70
- defaultValue: true,
+ default: true,
71
72
73
watch: {
driver/js/packages/hippy-vue-native-components/src/ul-refresh.ts
@@ -49,7 +49,7 @@ function registerUlRefresh(Vue: any) {
49
50
bounceTime: {
51
52
- defaultValue: 100,
+ default: 100,
53
54
55
methods: {
0 commit comments