enhance(frontend): improve some caches

This commit is contained in:
syuilo
2023-09-11 14:55:18 +09:00
parent cd6428715e
commit 25e030a707
8 changed files with 23 additions and 68 deletions

View File

@@ -42,7 +42,7 @@ import { $i } from '@/account';
const items = $computed(() => userListsCache.value.value ?? []);
function fetch() {
userListsCache.fetch(() => os.api('users/lists/list'));
userListsCache.fetch();
}
fetch();