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
+2 -2
View File
@@ -36,7 +36,7 @@ export default {
### Position
Use `position` prop to set popup display position
Use `position` prop to set popup display position.
```html
<van-popup v-model="show" position="top" :style="{ height: '30%' }" />
@@ -77,7 +77,7 @@ Use `position` prop to set popup display position
### Get Container
Use `get-container` prop to specify mount location
Use `get-container` prop to specify mount location.
```html
<!-- mount to body -->