[new feature] Icon: name can be URL (#2149)
This commit is contained in:
@@ -8,6 +8,7 @@ exports[`renders demo correctly 1`] = `
|
||||
<div class="van-tabbar-item__icon">
|
||||
<i class="van-icon van-icon-shop" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
<!---->
|
||||
</div>
|
||||
@@ -17,6 +18,7 @@ exports[`renders demo correctly 1`] = `
|
||||
<div class="van-tabbar-item__icon van-tabbar-item__icon--dot">
|
||||
<i class="van-icon van-icon-chat" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
<!---->
|
||||
</div>
|
||||
@@ -28,6 +30,7 @@ exports[`renders demo correctly 1`] = `
|
||||
<div class="van-tabbar-item__icon">
|
||||
<i class="van-icon van-icon-records" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
<div class="van-info">
|
||||
5
|
||||
@@ -41,6 +44,7 @@ exports[`renders demo correctly 1`] = `
|
||||
<div class="van-tabbar-item__icon">
|
||||
<i class="van-icon van-icon-gold-coin" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
<div class="van-info">
|
||||
20
|
||||
@@ -67,6 +71,7 @@ exports[`renders demo correctly 1`] = `
|
||||
<div class="van-tabbar-item__icon">
|
||||
<i class="van-icon van-icon-chat" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
<!---->
|
||||
</div>
|
||||
@@ -76,6 +81,7 @@ exports[`renders demo correctly 1`] = `
|
||||
<div class="van-tabbar-item__icon">
|
||||
<i class="van-icon van-icon-records" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user