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

View File

@@ -91,7 +91,7 @@ export default {
### Custom Active Color
Use `active-color` prop to custom active color of the title and options
Use `active-color` prop to custom active color of the title and options.
```html
<van-dropdown-menu active-color="#1989fa">

View File

@@ -44,7 +44,7 @@ export default {
### 自定义菜单内容
通过插槽可以自定义`DropdownItem`的内容,此时需要使用实例上的`toggle`方法手动控制菜单的显示
通过插槽可以自定义 `DropdownItem` 的内容,此时需要使用实例上的 `toggle` 方法手动控制菜单的显示
```html
<van-dropdown-menu>
@@ -93,7 +93,7 @@ export default {
### 自定义选中态颜色
通过`active-color`属性可以自定义菜单标题和选项的选中态颜色
通过 `active-color` 属性可以自定义菜单标题和选项的选中态颜色
```html
<van-dropdown-menu active-color="#1989fa">
@@ -104,7 +104,7 @@ export default {
### 向上展开
`direction`属性值设置为`up`,菜单即可向上展开
`direction` 属性值设置为 `up`,菜单即可向上展开
```html
<van-dropdown-menu direction="up">