mirror of
https://github.com/youzan/vant.git
synced 2026-04-10 02:01:12 +08:00
[improvement] Icon: add star & star-o (#2092)
This commit is contained in:
@@ -387,6 +387,14 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-question2" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>question2</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-star" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>star</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-star-o" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>star-o</span></div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user