mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs: [el-table] optimize lazy example
change tree to row
This commit is contained in:
parent
bc869e3368
commit
7541a6f9c8
@ -89,7 +89,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
load(tree, treeNode, resolve) {
|
||||
load(row, treeNode, resolve) {
|
||||
setTimeout(() => {
|
||||
resolve([
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user