We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8af509 commit b23e192Copy full SHA for b23e192
demo/src/App.vue
@@ -65,7 +65,7 @@ const distanceHandler = async () => {
65
refresh();
66
};
67
68
-const limit = 200;
+const limit = 5;
69
const load = async $state => {
70
console.log("loading more...");
71
try {
0 commit comments