mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(Toast): fix missing teleport prop (#10272)
This commit is contained in:
parent
73af4437de
commit
daa8e4b9bb
@ -33,6 +33,7 @@ const [name, bem] = createNamespace('toast');
|
|||||||
const popupInheritProps = [
|
const popupInheritProps = [
|
||||||
'show',
|
'show',
|
||||||
'overlay',
|
'overlay',
|
||||||
|
'teleport',
|
||||||
'transition',
|
'transition',
|
||||||
'overlayClass',
|
'overlayClass',
|
||||||
'overlayStyle',
|
'overlayStyle',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user