diff --git a/components/lib/toast/Toast.d.ts b/components/lib/toast/Toast.d.ts index 96fe44bd3..0fec4ca47 100755 --- a/components/lib/toast/Toast.d.ts +++ b/components/lib/toast/Toast.d.ts @@ -86,6 +86,10 @@ export interface ToastPassThroughOptions { * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; + /** + * Used to control Vue Transition API. + */ + transition?: any; } /** diff --git a/components/lib/toast/Toast.vue b/components/lib/toast/Toast.vue index d3c8d5161..0f8218e9e 100755 --- a/components/lib/toast/Toast.vue +++ b/components/lib/toast/Toast.vue @@ -1,7 +1,7 @@