Skip to content

Commit b23e192

Browse files
committed
Update(demo): limit value in load function
1 parent b8af509 commit b23e192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const distanceHandler = async () => {
6565
refresh();
6666
};
6767
68-
const limit = 200;
68+
const limit = 5;
6969
const load = async $state => {
7070
console.log("loading more...");
7171
try {

0 commit comments

Comments
 (0)