mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`disabled in cascade 1`] = `
|
|
<li role="button" tabindex="-1" class="van-picker-column__item van-picker-column__item--disabled" style="height: 44px;">
|
|
<div class="van-ellipsis">A2</div>
|
|
</li>
|
|
`;
|