Skip to content

Commit ef11325

Browse files
fix TS in Scheduler set Vue demos
+ formatting
1 parent 0c95f03 commit ef11325

File tree

1 file changed

+1
-1
lines changed
  • apps/demos/Demos/Pagination/Overview/Vue

1 file changed

+1
-1
lines changed

apps/demos/Demos/Pagination/Overview/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import { employees } from './data.ts';
5252
5353
const getPageEmployees = (
5454
pageIndex: number,
55-
pageSize: number
55+
pageSize: number,
5656
) => employees.slice((pageIndex - 1) * pageSize, pageIndex * pageSize);
5757
const pageSizes = [4, 6];
5858
const showInfo = true;

0 commit comments

Comments
 (0)