Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文档 API 按照字母表排序 #52

Closed
monkindey opened this issue May 8, 2019 · 1 comment · Fixed by #58
Closed

文档 API 按照字母表排序 #52

monkindey opened this issue May 8, 2019 · 1 comment · Fixed by #58

Comments

@monkindey
Copy link
Contributor

摘取一个例子

属性名称 属性描述 属性类型 默认值
type 字段类型 Object
name 字段名称 Object {}
default 默认值 any

可以变成

属性名称 属性描述 属性类型 默认值
default 默认值 any
name 字段名称 Object {}
type 字段类型 Object

这样子方便查找, 之前为 antd 写了一个 sort 脚本, 后面整合进去

@janryWang
Copy link
Collaborator

提个PR吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants