add some table loading spinner

This commit is contained in:
pa
2026-01-19 17:25:40 +09:00
committed by Natsumi
parent 39e9631812
commit da9cb3dab6
3 changed files with 12 additions and 5 deletions
-1
View File
@@ -89,7 +89,6 @@ export const useFriendStore = defineStore('Friend', () => {
!(filter.value && row.type === 'Unfriend')
}
],
pageSize: 20,
pageSizeLinked: true
});