[new feature] Toast: add icon prop (#3485)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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: '#/'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user