fix(ShareSheet): duration prop not work (#8542)

This commit is contained in:
neverland 2021-04-16 11:37:06 +08:00 committed by GitHub
parent b124b4ff79
commit 6aac1ee891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ export default createComponent({
props: {
...popupMixinProps,
title: String,
duration: String,
cancelText: String,
description: String,
getContainer: [String, Function],