Skip to content

Commit

Permalink
feat(project): improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jan 6, 2021
1 parent 396d720 commit 756ccb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 3 additions & 16 deletions packages/antd/.umirc.js
Expand Up @@ -5,25 +5,12 @@ export default {
title: 'Formily',
navs: [
{
title: '组件库',
title: 'Ant Design',
path: '/components',
},
{
title: '例子',
path: '/examples',
},
{
title: '论坛',
path: '//github.com/alibaba/formily/discussions',
},
{
title: '表单编辑器',
path: '//github.com/alibaba/formily-editor',
},
{
title: 'Chrome扩展',
path:
'//chrome.google.com/webstore/detail/formily-devtools/kkocalmbfnplecdmbadaapgapdioecfm?hl=zh-CN',
title: '主站',
path: '//formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
2 changes: 2 additions & 0 deletions packages/antd/docs/components/ArrayTable.md
Expand Up @@ -181,6 +181,7 @@ const schema = {
properties: {
array: {
type: 'array',
'x-decorator': 'FormItem',
'x-component': 'ArrayTable',
'x-component-props': {
pagination: { pageSize: 10 },
Expand Down Expand Up @@ -502,6 +503,7 @@ const schema = {
},
array: {
type: 'array',
'x-decorator': 'FormItem',
'x-component': 'ArrayTable',
'x-component-props': {
pagination: { pageSize: 10 },
Expand Down

0 comments on commit 756ccb7

Please sign in to comment.