// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/affix/demo/basic.vue correctly 1`] = `
<div>
<div class=""><button class="ant-btn ant-btn-primary" type="button">
<!----><span>Affix top</span>
</button></div>
</div>
<br>
<!----><span>Affix bottom</span>
`;
exports[`renders ./components/affix/demo/on-change.vue correctly 1`] = `
<div class=""><button class="ant-btn" type="button">
<!----><span>120px to affix top</span>
exports[`renders ./components/affix/demo/target.vue correctly 1`] = `
<div id="components-affix-demo-target" class="scrollable-container">
<div class="background">
<!----><span>Fixed at the top of container</span>