mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: [el-table] optimize lazy example
change tree to row
This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
load(tree, treeNode, resolve) {
|
||||
load(row, treeNode, resolve) {
|
||||
setTimeout(() => {
|
||||
resolve([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user