From 0e022f326b5ca9d7a591d7d7c10c6e7ef5aacca0 Mon Sep 17 00:00:00 2001 From: Simplifer Date: Tue, 27 Aug 2024 14:11:21 +0800 Subject: [PATCH] chore(docs): [table] fix typo (#18020) Update tree-and-lazy.vue chore: date => data --- docs/examples/table/tree-and-lazy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/table/tree-and-lazy.vue b/docs/examples/table/tree-and-lazy.vue index a105265178..903d69fd5f 100644 --- a/docs/examples/table/tree-and-lazy.vue +++ b/docs/examples/table/tree-and-lazy.vue @@ -40,7 +40,7 @@ interface User { const load = ( row: User, treeNode: unknown, - resolve: (date: User[]) => void + resolve: (data: User[]) => void ) => { setTimeout(() => { resolve([