mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
12 lines
470 B
Plaintext
12 lines
470 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Button render default slot 1`] = `<button class="van-button van-button--default van-button--large van-button--square van-goods-action-button"><span class="van-button__text">Default Content</span></button>`;
|
|
|
|
exports[`Icon render default slot 1`] = `
|
|
<div class="van-goods-action-icon van-hairline">
|
|
<div class="van-icon van-icon-undefined van-goods-action-icon__icon">
|
|
<!---->
|
|
</div>Default Content
|
|
</div>
|
|
`;
|