Skip to content

Commit

Permalink
docs: Update radio.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam authored Apr 16, 2019
2 parents b51b436 + 466b82e commit 9b65d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/forms/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sidebar_label: Radio
###### 示例:
```jsx
import Taro, { Component } from '@tarojs/taro'
import { View, Text, Radio } from '@tarojs/components'
import { View, Text, Radio, RadioGroup } from '@tarojs/components'
import './radio.scss'

export default class PageRadio extends Component {
Expand Down

0 comments on commit 9b65d3f

Please sign in to comment.