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
+4 -4
View File
@@ -13,7 +13,7 @@ Vue.use(TreeSelect);
### 单选模式
`item`为分类显示所需的数据,数据格式见下方示例。`main-active-index`表示左侧高亮选项的索引,`active-id`表示右侧高亮选项的 id
`item` 为分类显示所需的数据,数据格式见下方示例。`main-active-index` 表示左侧高亮选项的索引,`active-id` 表示右侧高亮选项的 id
```html
<van-tree-select
@@ -37,7 +37,7 @@ export default {
### 多选模式
`active-id`为数组格式时,可以选中多个右侧选项
`active-id` 为数组格式时,可以选中多个右侧选项
```html
<van-tree-select
@@ -61,7 +61,7 @@ export default {
### 自定义内容
通过`content`插槽可以自定义右侧区域的内容
通过 `content` 插槽可以自定义右侧区域的内容
```html
<van-tree-select height="55vw" :items="items" :main-active-index.sync="active">
@@ -91,7 +91,7 @@ export default {
### 徽标提示
设置`dot`属性后,会在图标右上角展示一个小红点设置`badge`属性后,会在图标右上角展示相应的徽标
设置 `dot` 属性后,会在图标右上角展示一个小红点设置 `badge` 属性后,会在图标右上角展示相应的徽标
```html
<van-tree-select