Skip to content

Commit

Permalink
docs(tree): fix empty slot
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Dec 19, 2023
1 parent 3747931 commit 77f747e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/tree/demos/enUS/index.demo-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ checkbox-placement.vue

### Tree Slots

| Name | Parameters | Description | Version |
| ----- | ---------- | ------------------------------ | ------------ |
| empty | `()` | Empty state slot for the tree. | NEXT_VERSION |
| Name | Parameters | Description | Version |
| ----- | ---------- | ------------------------------ | ------- |
| empty | `()` | Empty state slot for the tree. | |

## Methods

Expand Down
6 changes: 3 additions & 3 deletions src/tree/demos/zhCN/index.demo-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ expand-debug.vue

### Tree Slots

| 名称 | 参数 | 描述 | 版本 |
| ----- | ---- | --------------------- | ------------ |
| empty | `()` | 树组件无数据时的 slot | NEXT_VERSION |
| 名称 | 参数 | 描述 | 版本 |
| ----- | ---- | --------------------- | ---- |
| empty | `()` | 树组件无数据时的 slot | |

### Tree Methods

Expand Down

1 comment on commit 77f747e

@vercel
Copy link

@vercel vercel bot commented on 77f747e Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.