forked from opentiny/tiny-vue
fix: 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题 (#211)
* 修复actionSheet在手机上click无效问题 * 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题
This commit is contained in:
parent
a8f402563b
commit
969550b2d6
|
@ -79,10 +79,10 @@ export default defineComponent({
|
|||
default: false
|
||||
},
|
||||
pullUp: {
|
||||
type: Function
|
||||
type: Object
|
||||
},
|
||||
pullDown: {
|
||||
type: Function
|
||||
type: Object
|
||||
},
|
||||
hasMore: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Reference in New Issue