chore(deps): 更新 eslint-plugin-unicorn 到 v59.0.0

This commit is contained in:
严浩
2025-05-04 21:25:48 +08:00
parent 5b42efc166
commit 7344359d1e
3 changed files with 8 additions and 109 deletions

View File

@@ -28,7 +28,7 @@ defineOptions({
},
});
const refresh = () => {
state.list.splice(0, state.list.length);
state.list.splice(0);
state.page = 0;
state.complete = false;
loadMore();