mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
16 lines
338 B
Plaintext
16 lines
338 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`render textarea 1`] = `
|
|
<div class="van-cell van-hairline van-field">
|
|
<!---->
|
|
<!---->
|
|
<div class="van-cell__value van-cell__value--alone">
|
|
<textarea class="van-field__control" style="height: auto;"></textarea>
|
|
<!---->
|
|
<!---->
|
|
<!---->
|
|
</div>
|
|
<!---->
|
|
</div>
|
|
`;
|