mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`icon slot 1`] = `
|
|
<div class="van-notice-bar">Custom Left Icon<div class="van-notice-bar__wrap">
|
|
<div class="van-notice-bar__content" style="padding-left: 0px; animation-delay: 1s; animation-duration: 0s;">
|
|
Content
|
|
</div>
|
|
</div>Custom Right Icon</div>
|
|
`;
|