mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-26 14:19:15 +08:00
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`should render title slot correctly 1`] = `
|
|
<div class="van-cell-group__title">
|
|
Custom Title
|
|
</div>
|
|
<div class="van-cell-group van-hairline--top-bottom">
|
|
</div>
|
|
`;
|