Skip to content

Commit

Permalink
fix: 🐛 pagable属性类型定义问题
Browse files Browse the repository at this point in the history
vue的坑Boolean在String前就直接空字符转true
  • Loading branch information
YufJi committed Dec 8, 2023
1 parent 284904c commit 44764be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-vusion/components/list-view/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default {
border: { type: Boolean, default: false },
readonly: { type: Boolean, default: false },
readonlyMode: { type: String, default: 'initial' },
pageable: { type: String, default: '' },
pageSize: { type: Number, default: 20 },
pullRefresh: { type: Boolean, default: true },
pullingText: { type: String, default: '下拉刷新' },
Expand Down

0 comments on commit 44764be

Please sign in to comment.