[new feature] Toast: add icon prop (#3485)

This commit is contained in:
neverland
2019-06-12 17:21:59 +08:00
committed by GitHub
parent 2d18f67a7d
commit 153fb9d69f
15 changed files with 185 additions and 48 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
</div>
<h1 class="vant-title">
<img src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" >
<img src="https://img.yzcdn.cn/vant/logo.png" >
<span>Vant</span>
</h1>
<h2 class="vant-desc">{{ description }}</h2>
+2 -2
View File
@@ -15,7 +15,7 @@ export default {
'zh-CN': {
header: {
logo: {
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
image: 'https://img.yzcdn.cn/vant/logo.png',
title: 'Vant',
href: '#/'
},
@@ -349,7 +349,7 @@ export default {
header: {
logo: {
image:
'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
'https://img.yzcdn.cn/vant/logo.png',
title: 'Vant',
href: '#/'
},