mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
e1b51e9c78
* chore: update site * chore: update submodule * docs: update * docs: update doc * docs: update * test: update snap * docs: update * feat: add new form support v-model * feat: add new form * docs: update changelog * chore: update webpack * test: update snap
29 lines
933 B
Plaintext
29 lines
933 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders ./antdv-demo/docs/affix/demo/basic.md correctly 1`] = `
|
|
<div>
|
|
<div>
|
|
<div class=""><button type="button" class="ant-btn ant-btn-primary"><span>Affix top</span></button></div>
|
|
</div> <br>
|
|
<div>
|
|
<div class=""><button type="button" class="ant-btn ant-btn-primary"><span>Affix bottom</span></button></div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./antdv-demo/docs/affix/demo/on-change.md correctly 1`] = `
|
|
<div>
|
|
<div class=""><button type="button" class="ant-btn"><span>120px to affix top</span></button></div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./antdv-demo/docs/affix/demo/target.md correctly 1`] = `
|
|
<div id="components-affix-demo-target" class="scrollable-container">
|
|
<div class="background">
|
|
<div>
|
|
<div class=""><button type="button" class="ant-btn ant-btn-primary"><span>Fixed at the top of container</span></button></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|