diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 38fb2d71b..a7ddd7ba4 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -350,7 +350,12 @@ export interface TreeSlots { /** * Default content slot. */ - default(): VNode[]; + default(scope: { + /** + * Tree node instance + */ + node: TreeNode; + }): VNode[]; /** * Custom loading icon template. * @param {Object} scope - loadingicon slot's params.