mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(ShareSheet): duration prop not work (#8542)
This commit is contained in:
parent
b124b4ff79
commit
6aac1ee891
@ -24,6 +24,7 @@ export default createComponent({
|
|||||||
props: {
|
props: {
|
||||||
...popupMixinProps,
|
...popupMixinProps,
|
||||||
title: String,
|
title: String,
|
||||||
|
duration: String,
|
||||||
cancelText: String,
|
cancelText: String,
|
||||||
description: String,
|
description: String,
|
||||||
getContainer: [String, Function],
|
getContainer: [String, Function],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user