Skip to content

Commit

Permalink
Merge pull request #2382 from Limuyang1013/master
Browse files Browse the repository at this point in the history
docs(components):修复文档编辑错误 Icon--Image
  • Loading branch information
jinjinjin0731 authored Mar 7, 2019
2 parents d1774ba + fe2bcb4 commit e8901a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/media/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sidebar_label: Image
###### 示例:
```jsx
import Taro, { Component } from '@tarojs/taro'
import { View, Icon } from '@tarojs/components'
import { View, Image } from '@tarojs/components'

export default class PageView extends Component {
constructor() {
Expand Down

0 comments on commit e8901a2

Please sign in to comment.