mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
feat: custom table page size setting
This commit is contained in:
@@ -77,8 +77,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
pageSize: 20,
|
||||
pageSizeLinked: true,
|
||||
paginationProps: {
|
||||
layout: 'sizes,prev,pager,next,total',
|
||||
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||
layout: 'sizes,prev,pager,next,total'
|
||||
}
|
||||
});
|
||||
const unseenNotifications = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user