chore: fix prettier version (#7739)

* chore: fix prettier version

* docs: fix
This commit is contained in:
neverland
2020-12-14 17:04:43 +08:00
committed by GitHub
parent b6ab011f7d
commit dc3fee12c1
17 changed files with 45 additions and 94 deletions
+3 -9
View File
@@ -33,21 +33,15 @@ Vue.use(NoticeBar);
### Wrapable
```html
<van-notice-bar wrapable :scrollable="false">
Notice Content
</van-notice-bar>
<van-notice-bar wrapable :scrollable="false">Notice Content</van-notice-bar>
```
### Mode
```html
<van-notice-bar mode="closeable">
Notice Content
</van-notice-bar>
<van-notice-bar mode="closeable">Notice Content</van-notice-bar>
<van-notice-bar mode="link">
Notice Content
</van-notice-bar>
<van-notice-bar mode="link">Notice Content</van-notice-bar>
```
### Custom Style