Skip to content

Commit

Permalink
Update pager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored Sep 11, 2024
1 parent b13cb91 commit 7bf1f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-pager/vue/pager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
props: {
items: {
//@ts-ignore
type: Array | Object
type: [Array, Object]
},
'+alias': {
type: String,
Expand Down

0 comments on commit 7bf1f63

Please sign in to comment.