Skip to content

Commit

Permalink
docs(antd-components): update import package name (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored Mar 28, 2020
1 parent 3ea6416 commit c038dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/antd-components/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ import {
FormTextBox,
FormStep
} from '@formily/antd-components'
import { Button } from '@alifd/next'
import { Button } from 'antd'
import Printer from '@formily/printer'
import 'antd/dist/antd.css'

Expand Down Expand Up @@ -2370,7 +2370,7 @@ import {
FormBlock,
FormLayout
} from '@formily/antd-components'
import { Button } from '@alifd/next'
import { Button } from 'antd'
import Printer from '@formily/printer'
import 'antd/dist/antd.css'

Expand Down Expand Up @@ -2435,7 +2435,7 @@ import {
FormBlock,
FormLayout
} from '@formily/antd-components'
import { Button } from '@alifd/next'
import { Button } from 'antd'
import Printer from '@formily/printer'
import 'antd/dist/antd.css'

Expand Down Expand Up @@ -2497,7 +2497,7 @@ import {
FormBlock,
FormLayout
} from '@formily/antd-components'
import { Button } from '@alifd/next'
import { Button } from 'antd'
import Printer from '@formily/printer'
import 'antd/dist/antd.css'

Expand Down

0 comments on commit c038dbd

Please sign in to comment.