[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="足协杯战线连续第2年上演广州德比战,上赛季半决赛上恒大以两回合5-3的总比分淘汰富力。"
left-icon="https://img.yzcdn.cn/1.png"
left-icon="//img.yzcdn.cn/vant/volume.png"
/>
```