Skip to content

Commit

Permalink
chore: delete @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Mar 1, 2024
1 parent 95f4360 commit 8cfa9a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"vite-svg-loader": "^5.1.0",
"vitest": "0.34.6",
"vue-i18n": "^9.8.0",
"vue-tsc": "^1.8.26"
"vue-tsc": "^1.8.27"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
1 change: 0 additions & 1 deletion packages/components/table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ export default defineComponent({
"total, sizes, prev, pager, next, jumper"
}
pageSizes={unref(pagination).pageSizes ?? [5, 10, 15, 20]}
// @ts-expect-error
onSizeChange={val => handleSizeChange(val)}
onCurrentChange={val => handleCurrentChange(val)}
></ElPagination>
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cfa9a5

Please sign in to comment.