remove "。" in TreeSelect doc (#1433)
parent
930e875228
commit
4fa8055933
|
@ -9,7 +9,7 @@ import CN from '../index.zh-CN.md';
|
||||||
import US from '../index.en-US.md';
|
import US from '../index.en-US.md';
|
||||||
|
|
||||||
const md = {
|
const md = {
|
||||||
cn: `# 树型选择控件。
|
cn: `# 树型选择控件
|
||||||
## 何时使用
|
## 何时使用
|
||||||
|
|
||||||
类似 Select 的选择控件,可选择的数据结构是一个树形结构时,可以使用 TreeSelect,例如公司层级、学科系统、分类目录等等。
|
类似 Select 的选择控件,可选择的数据结构是一个树形结构时,可以使用 TreeSelect,例如公司层级、学科系统、分类目录等等。
|
||||||
|
|
Loading…
Reference in New Issue