Skip to content

Commit

Permalink
feat(next/antd): fix ArrayCards/ArrayTable/ArrayCollapse demo bug (#2283
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ifblooms authored Oct 11, 2021
1 parent d752b22 commit 85ab107
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/antd/docs/components/ArrayCards.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,6 @@ Note: The title attribute can receive the title mapping in the Field model, that
No attributes

### ArrayItems.useIndex
### ArrayCards.useIndex

> Read the React Hook of the current rendering row index
2 changes: 1 addition & 1 deletion packages/antd/docs/components/ArrayCards.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,6 @@ export default () => {
无属性

### ArrayItems.useIndex
### ArrayCards.useIndex

> 读取当前渲染行索引的 React Hook
2 changes: 1 addition & 1 deletion packages/antd/docs/components/ArrayCollapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const schema = {
maxItems: 3,
'x-decorator': 'FormItem',
items: {
type: 'object',
type: 'void',
'x-component': 'ArrayCollapse.CollapsePanel',
'x-component-props': {
header: 'String array',
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/ArrayCollapse.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const schema = {
maxItems: 3,
'x-decorator': 'FormItem',
items: {
type: 'object',
type: 'void',
'x-component': 'ArrayCollapse.CollapsePanel',
'x-component-props': {
header: '字符串数组',
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/ArrayTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,6 @@ Note: The title attribute can receive the title mapping in the Field model, that
No attributes

### ArrayItems.useIndex
### ArrayTable.useIndex

> Read the React Hook of the current rendering row index
2 changes: 1 addition & 1 deletion packages/antd/docs/components/ArrayTable.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,6 @@ export default () => {
无属性

### ArrayItems.useIndex
### ArrayTable.useIndex

> 读取当前渲染行索引的 React Hook
2 changes: 1 addition & 1 deletion packages/next/docs/components/ArrayCards.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,6 @@ Note: The title attribute can receive the title mapping in the Field model, that
No attributes

### ArrayItems.useIndex
### ArrayCards.useIndex

> Read the React Hook of the current rendering row index
2 changes: 1 addition & 1 deletion packages/next/docs/components/ArrayCards.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,6 @@ export default () => {
无属性

### ArrayItems.useIndex
### ArrayCards.useIndex

> 读取当前渲染行索引的 React Hook
2 changes: 1 addition & 1 deletion packages/next/docs/components/ArrayCollapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const schema = {
maxItems: 3,
'x-decorator': 'FormItem',
items: {
type: 'object',
type: 'void',
'x-component': 'ArrayCollapse.CollapsePanel',
'x-component-props': {
title: 'String array',
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/ArrayCollapse.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const schema = {
maxItems: 3,
'x-decorator': 'FormItem',
items: {
type: 'object',
type: 'void',
'x-component': 'ArrayCollapse.CollapsePanel',
'x-component-props': {
title: '字符串数组',
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/ArrayTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,6 @@ Note: The title attribute can receive the title mapping in the Field model, that
No attributes

### ArrayItems.useIndex
### ArrayTable.useIndex

> Read the React Hook of the current rendering row index
2 changes: 1 addition & 1 deletion packages/next/docs/components/ArrayTable.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,6 @@ export default () => {
无属性

### ArrayItems.useIndex
### ArrayTable.useIndex

> 读取当前渲染行索引的 React Hook

0 comments on commit 85ab107

Please sign in to comment.