-
zhangwei
2025-03-06 8c047f7da19d7e59136a322e1a851d4b6b0eab97
src/uni_modules/uview-plus/components/u-swipe-action-item/props.js
@@ -7,6 +7,10 @@
            type: Boolean,
            default: () => defProps.swipeActionItem.show
        },
        closeOnClick: {
            type: Boolean,
            default: () => defProps.swipeActionItem.closeOnClick
        },
        // 标识符,如果是v-for,可用index索引值
        name: {
            type: [String, Number],