[new feature] Icon: name can be URL (#2149)
This commit is contained in:
@@ -11,6 +11,7 @@ exports[`renders demo correctly 1`] = `
|
||||
<div class="van-cell__value"><span>你有 2 个可用优惠</span></div>
|
||||
<i class="van-icon van-icon-arrow van-cell__right-icon" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
</div>
|
||||
<!---->
|
||||
|
||||
@@ -9,6 +9,7 @@ exports[`coupon cell 1`] = `
|
||||
<div class="van-cell__value"><span>使用优惠</span></div>
|
||||
<i class="van-icon van-icon-arrow van-cell__right-icon">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
</div>
|
||||
`;
|
||||
@@ -22,6 +23,7 @@ exports[`coupon cell 2`] = `
|
||||
<div class="van-cell__value"><span>-¥1.00</span></div>
|
||||
<i class="van-icon van-icon-arrow van-cell__right-icon">
|
||||
<!---->
|
||||
<!---->
|
||||
</i>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user