fix: 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题 (#211)

* 修复actionSheet在手机上click无效问题

* 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题
This commit is contained in:
MrWang2016 2023-05-13 11:42:26 +08:00 committed by GitHub
parent a8f402563b
commit 969550b2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@ export default defineComponent({
default: false
},
pullUp: {
type: Function
type: Object
},
pullDown: {
type: Function
type: Object
},
hasMore: {
type: Boolean,