mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-12 11:55:26 +08:00
19 lines
238 B
Markdown
19 lines
238 B
Markdown
|
<cn>
|
||
|
#### 异步数据加载
|
||
|
点击展开节点,动态加载数据。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### load data asynchronously
|
||
|
To load data asynchronously when click to expand a treeNode.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
|
||
|
</template>
|
||
|
<script>
|
||
|
|
||
|
</script>
|
||
|
```
|