docs: add period at the end of sentence

This commit is contained in:
chenjiahan
2020-09-27 21:02:52 +08:00
parent 4f10430119
commit a5dbcf9638
64 changed files with 230 additions and 219 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ Vue.use(RadioGroup);
### Basic Usage
Use `v-model` to bind the name of checked radio
Use `v-model` to bind the name of checked radio.
```html
<van-radio-group v-model="radio">
@@ -101,8 +101,8 @@ Use icon slot to custom icon
<style>
.img-icon {
height: 20px;
}</style
>>
}
</style>
```
```js