This commit is contained in:
pa
2026-01-07 17:00:11 +09:00
committed by Natsumi
parent 6cfefb50ab
commit 02e221e307
12 changed files with 43 additions and 61 deletions
+1 -9
View File
@@ -87,16 +87,8 @@ export const useFriendStore = defineStore('Friend', () => {
!(filter.value && row.type === 'Unfriend')
}
],
tableProps: {
stripe: true,
size: 'small',
defaultSort: null
},
pageSize: 20,
pageSizeLinked: true,
paginationProps: {
layout: 'sizes,prev,pager,next,total'
}
pageSizeLinked: true
});
const vipFriends = computed(() => {