[Doc] NoticeBar: update icon link (#2234)

This commit is contained in:
neverland
2018-12-06 18:02:23 +08:00
committed by GitHub
parent 76d85cc8af
commit 1ab2326358
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Vue.use(NoticeBar);
```html
<van-notice-bar
text="Only those who have the patience to do simple things perfectly ever acquire the skill to do difficult things easily."
left-icon="https://img.yzcdn.cn/1.png"
left-icon="//img.yzcdn.cn/vant/volume.png"
/>
```