mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`inactive-color prop 1`] = `
|
|
<div role="switch" aria-checked="false" class="van-switch" style="background-color: black;">
|
|
<div class="van-switch__node"></div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`size prop 1`] = `
|
|
<div role="switch" aria-checked="false" class="van-switch" style="font-size: 20px;">
|
|
<div class="van-switch__node"></div>
|
|
</div>
|
|
`;
|