Skip to content

Commit

Permalink
fix(docs): components/input types not working in zh-CN docs (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megrax authored Aug 17, 2021
1 parent add28ab commit b6f6cda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/zh-cn/components/input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ export const meta = {
scope={{ Input, Spacer }}
code={`
<>
<Input status="secondary" initialValue="次要" />
<Input type="secondary" initialValue="次要" />
<Spacer h={.5} />
<Input status="success" initialValue="成功" />
<Input type="success" initialValue="成功" />
<Spacer h={.5} />
<Input status="warning" initialValue="警告" />
<Input type="warning" initialValue="警告" />
<Spacer h={.5} />
<Input status="error" initialValue="包含错误" />
<Input type="error" initialValue="包含错误" />
</>
`}
/>
Expand Down

0 comments on commit b6f6cda

Please sign in to comment.