From fb609d4efed3129fe430068781896660e32854b2 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 2 Aug 2023 15:03:08 +0300 Subject: [PATCH] Refactor #4231 - For TreeSelect --- components/lib/treeselect/TreeSelect.d.ts | 4 ++++ components/lib/treeselect/TreeSelect.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index 5afbb35ad..0ba60cf07 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -86,6 +86,10 @@ export interface TreeSelectPassThroughOptions { * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; + /** + * Used to control Vue Transition API. + */ + transition?: any; } /** diff --git a/components/lib/treeselect/TreeSelect.vue b/components/lib/treeselect/TreeSelect.vue index adb8b342b..d2ebd94ab 100644 --- a/components/lib/treeselect/TreeSelect.vue +++ b/components/lib/treeselect/TreeSelect.vue @@ -43,7 +43,7 @@ - +