mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-29 09:49:16 +08:00
28 lines
608 B
Plaintext
28 lines
608 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`render icon default slot 1`] = `
|
|
<i class="van-icon van-icon-success">Default slot
|
|
<!----></i>
|
|
`;
|
|
|
|
exports[`render icon with builtin icon name 1`] = `
|
|
<i class="van-icon van-icon-success">
|
|
<!----></i>
|
|
`;
|
|
|
|
exports[`render icon with url name 1`] = `
|
|
<i class="van-icon van-icon--image"><img src="https://img.yzcdn.com/icon.jpg">
|
|
<!----></i>
|
|
`;
|
|
|
|
exports[`size without unit 1`] = `
|
|
<i class="van-icon van-icon-undefined" style="font-size: 20px;">
|
|
<!----></i>
|
|
`;
|
|
|
|
exports[`tag prop 1`] = `
|
|
<div class="van-icon van-icon-undefined">
|
|
<!---->
|
|
</div>
|
|
`;
|