[Doc] fix Radio document

[Doc] fix Radio document
This commit is contained in:
nrz 2018-04-22 09:14:31 +08:00 committed by neverland
parent 34fe5445b6
commit f92caf0e5c
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,9 @@
### Install
``` javascript
import { Radio } from 'vant';
import { RadioGroup, Radio } from 'vant';
Vue.use(RadioGroup);
Vue.use(Radio);
```

View File

@ -2,8 +2,9 @@
### 使用指南
``` javascript
import { Radio } from 'vant';
import { RadioGroup, Radio } from 'vant';
Vue.use(RadioGroup);
Vue.use(Radio);
```