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
@@ -19,7 +19,7 @@ Vue.use(SubmitBar);
### 禁用状态
禁用状态下不会触发`submit`事件
禁用状态下不会触发 `submit` 事件
```html
<van-submit-bar
@@ -34,7 +34,7 @@ Vue.use(SubmitBar);
### 加载状态
加载状态下不会触发`submit`事件
加载状态下不会触发 `submit` 事件
```html
<van-submit-bar
@@ -47,7 +47,7 @@ Vue.use(SubmitBar);
### 高级用法
通过插槽插入自定义内容
通过插槽插入自定义内容
```html
<van-submit-bar :price="3050" button-text="提交订单" @submit="onSubmit">