chore(docs): [table] fix typo (#18020)

Update tree-and-lazy.vue

chore: date => data
This commit is contained in:
Simplifer
2024-08-27 14:11:21 +08:00
committed by GitHub
parent 7c442f172b
commit 0e022f326b

View File

@@ -40,7 +40,7 @@ interface User {
const load = (
row: User,
treeNode: unknown,
resolve: (date: User[]) => void
resolve: (data: User[]) => void
) => {
setTimeout(() => {
resolve([