mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`should adjust label position when using label-position prop 1`] = `
|
|
<div role="checkbox"
|
|
class="van-checkbox"
|
|
tabindex="0"
|
|
>
|
|
<span class="van-checkbox__label van-checkbox__label--left">
|
|
Label
|
|
</span>
|
|
<div class="van-checkbox__icon van-checkbox__icon--round">
|
|
<i class="van-badge__wrapper van-icon van-icon-success">
|
|
</i>
|
|
</div>
|
|
</div>
|
|
`;
|