docs: add period at the end of sentence
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
|
||||
### Disabled
|
||||
|
||||
use `disabled` property to disable the component
|
||||
Use `disabled` property to disable the component.
|
||||
|
||||
```html
|
||||
<van-cell-group>
|
||||
@@ -45,7 +45,7 @@ use `disabled` property to disable the component
|
||||
|
||||
### Loading
|
||||
|
||||
use `loading` property to keep component in loading state
|
||||
Use `loading` property to keep component in loading state.
|
||||
|
||||
```html
|
||||
<van-cell-group>
|
||||
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
|
||||
### 禁用状态
|
||||
|
||||
通过`disabled`属性可以将组件设置为禁用状态
|
||||
通过 `disabled` 属性可以将组件设置为禁用状态。
|
||||
|
||||
```html
|
||||
<van-cell-group>
|
||||
@@ -53,7 +53,7 @@ export default {
|
||||
|
||||
### 加载状态
|
||||
|
||||
通过`loading`属性可以将组件设置为加载状态
|
||||
通过 `loading` 属性可以将组件设置为加载状态。
|
||||
|
||||
```html
|
||||
<van-cell-group>
|
||||
|
||||
Reference in New Issue
Block a user