Skip to content

Commit 7bf1f63

Browse files
authored
Update pager.ts
1 parent b13cb91 commit 7bf1f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-pager/vue/pager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
props: {
1818
items: {
1919
//@ts-ignore
20-
type: Array | Object
20+
type: [Array, Object]
2121
},
2222
'+alias': {
2323
type: String,

0 commit comments

Comments
 (0)