mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(docs): [table] fix typo (#18020)
Update tree-and-lazy.vue chore: date => data
This commit is contained in:
@@ -40,7 +40,7 @@ interface User {
|
||||
const load = (
|
||||
row: User,
|
||||
treeNode: unknown,
|
||||
resolve: (date: User[]) => void
|
||||
resolve: (data: User[]) => void
|
||||
) => {
|
||||
setTimeout(() => {
|
||||
resolve([
|
||||
|
||||
Reference in New Issue
Block a user