docs: make document more compact

This commit is contained in:
陈嘉涵
2020-01-19 19:52:46 +08:00
parent bb53c3c758
commit 3a4107ef49
40 changed files with 56 additions and 162 deletions
+1 -4
View File
@@ -14,10 +14,7 @@ Vue.use(NoticeBar);
### Basic Usage
```html
<van-notice-bar
text="Notice Content"
left-icon="volume-o"
/>
<van-notice-bar text="Notice Content" left-icon="volume-o" />
```
### Disable scroll
+1 -4
View File
@@ -14,10 +14,7 @@ Vue.use(NoticeBar);
### 基础用法
```html
<van-notice-bar
text="通知内容"
left-icon="volume-o"
/>
<van-notice-bar text="通知内容" left-icon="volume-o" />
```
### 禁用滚动