[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<demo-block :title="$t('basicUsage')">
<van-notice-bar
:text="$t('text')"
left-icon="//img.yzcdn.cn/public_files/2017/8/10/6af5b7168eed548100d9041f07b7c616.png"
left-icon="//img.yzcdn.cn/vant/volume.png"
/>
</demo-block>

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"
/>
```

View File

@ -5,7 +5,7 @@ exports[`renders demo correctly 1`] = `
<div>
<div class="van-notice-bar" style="color:undefined;background:undefined;">
<div class="van-notice-bar__left-icon">
<img src="//img.yzcdn.cn/public_files/2017/8/10/6af5b7168eed548100d9041f07b7c616.png">
<img src="//img.yzcdn.cn/vant/volume.png">
</div>
<div class="van-notice-bar__wrap">
<div class="van-notice-bar__content" style="padding-left:0;animation-delay:1s;animation-duration:0s;">足协杯战线连续第2年上演广州德比战上赛季半决赛上恒大以两回合5-3的总比分淘汰富力。</div>

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"
/>
```