Riku
2024-08-13 cf693a5227f17bbf2201512128d267281a8c5695
miniprogram_npm/tdesign-miniprogram/pull-down-refresh/props.js
@@ -1,4 +1,8 @@
const props = {
    disabled: {
        type: Boolean,
        value: false,
    },
    enableBackToTop: {
        type: Boolean,
        value: true,
@@ -37,6 +41,10 @@
        type: String,
        value: '',
    },
    showScrollbar: {
        type: Boolean,
        value: true,
    },
    upperThreshold: {
        type: null,
        value: 50,