Parcourir la source

修改pageSize

wangxy il y a 1 an
Parent
commit
ab60177894
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      components/custom-scroll-list/custom-scroll-list.vue

+ 1 - 1
components/custom-scroll-list/custom-scroll-list.vue

@@ -37,7 +37,7 @@
 		},
 		size: {
 			type: Number,
-			default: 2
+			default: 5
 		},
 		hasSearcBar: {
 			type: Boolean,