Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Nov 8, 2023
1 parent abe9f3b commit 8edfa61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
12 changes: 0 additions & 12 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,3 @@ You can run the demo to view more details.
> pnpm run build # build
> pnpm run demo # run demo, then visit http://localhost:8888/
```

---

## Road Map

- [x] `DataTable`
- [x] `Dropdown`
- [x] `Menu`
- [x] `Select`
- [x] `Cascader`
- [x] `Tree`
- [x] `TreeSelect`
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,3 @@
> pnpm run build # 构建项目
> pnpm run demo # 运行示例,访问 http://localhost:8888/
```

---

## 迭代计划

- [x] `DataTable`
- [x] `Dropdown`
- [x] `Menu`
- [x] `Select`
- [x] `Cascader`
- [x] `Tree`
- [x] `TreeSelect`
4 changes: 4 additions & 0 deletions docs/en-US/Component_Select.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ For other slots, please see [Naive-UI documentation](https://www.naiveui.com/en-

#### `XNSelect` Methods:

| Name | Type | Description | Version |
| :------ | :------------------------------------- | :---------- | :------ |
| getData | () => { options: Array<SelectOption> } | Get data. | |

For other methods, please see [Naive-UI documentation](https://www.naiveui.com/en-US/os-theme/components/select#Select-Methods).

#### `XNSelectOption` Props:
Expand Down
4 changes: 4 additions & 0 deletions docs/zh-CN/Component_Select.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@

#### `XNSelect` Methods:

| 名称 | 类型 | 说明 | 版本 |
| :------ | :------------------------------------- | :------- | :--- |
| getData | () => { options: Array<SelectOption> } | 获取数据 | |

其他 Methods 略,与 `NSelect` 保持一致,请参考 [Naive-UI 文档](https://www.naiveui.com/zh-CN/os-theme/components/select#Select-Methods)

#### `XNSelectOption` Props:
Expand Down

0 comments on commit 8edfa61

Please sign in to comment.