[new feature] NoticeBar: support use inner icon (#2305)

This commit is contained in:
neverland
2018-12-16 16:07:40 +08:00
committed by GitHub
parent c100b045d1
commit ce225ea18b
6 changed files with 16 additions and 22 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<demo-block :title="$t('basicUsage')">
<van-notice-bar
:text="$t('text')"
left-icon="//img.yzcdn.cn/vant/volume.png"
left-icon="volume-o"
/>
</demo-block>