types(Toast): fix missing teleport prop (#10272)

This commit is contained in:
neverland 2022-02-09 10:35:15 +08:00 committed by GitHub
parent 73af4437de
commit daa8e4b9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ const [name, bem] = createNamespace('toast');
const popupInheritProps = [
'show',
'overlay',
'teleport',
'transition',
'overlayClass',
'overlayStyle',