mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
types(Toast): fix missing teleport prop (#10272)
This commit is contained in:
@@ -33,6 +33,7 @@ const [name, bem] = createNamespace('toast');
|
|||||||
const popupInheritProps = [
|
const popupInheritProps = [
|
||||||
'show',
|
'show',
|
||||||
'overlay',
|
'overlay',
|
||||||
|
'teleport',
|
||||||
'transition',
|
'transition',
|
||||||
'overlayClass',
|
'overlayClass',
|
||||||
'overlayStyle',
|
'overlayStyle',
|
||||||
|
Reference in New Issue
Block a user