From 6aac1ee891096ed509aa143c6d56bb6d556b1744 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 16 Apr 2021 11:37:06 +0800 Subject: [PATCH] fix(ShareSheet): duration prop not work (#8542) --- src/share-sheet/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/share-sheet/index.js b/src/share-sheet/index.js index b71c1069c..6bca17db2 100644 --- a/src/share-sheet/index.js +++ b/src/share-sheet/index.js @@ -24,6 +24,7 @@ export default createComponent({ props: { ...popupMixinProps, title: String, + duration: String, cancelText: String, description: String, getContainer: [String, Function],