test: update snap
parent
6d14732e2a
commit
9e6a592cff
|
@ -26,7 +26,7 @@
|
||||||
- ๐ Fix `Tabs` not folding when setting addIcon [669b22](https://github.com/vueComponent/ant-design-vue/commit/669b22a54b33892c193dfd36150ae1ac2fb350dd)
|
- ๐ Fix `Tabs` not folding when setting addIcon [669b22](https://github.com/vueComponent/ant-design-vue/commit/669b22a54b33892c193dfd36150ae1ac2fb350dd)
|
||||||
- ๐ Fix `Mentions` component cannot be selected [#5432](https://github.com/vueComponent/ant-design-vue/issues/5432)
|
- ๐ Fix `Mentions` component cannot be selected [#5432](https://github.com/vueComponent/ant-design-vue/issues/5432)
|
||||||
- ๐ Fix component focus and blur events do not carry event parameters, resulting in popover error [#5434](https://github.com/vueComponent/ant-design-vue/issues/5434)
|
- ๐ Fix component focus and blur events do not carry event parameters, resulting in popover error [#5434](https://github.com/vueComponent/ant-design-vue/issues/5434)
|
||||||
- ๐ Fix `Select.Option`, when setting Tooltip, error is reported [#5307](https://github.com/vueComponent/ant-design-vue/issues/5307
|
- ๐ Fix `Select.Option`, when setting Tooltip, error is reported [#5307](https://github.com/vueComponent/ant-design-vue/issues/5307)
|
||||||
|
|
||||||
## 3.1.0-rc.5
|
## 3.1.0-rc.5
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
exports[`renders ./components/affix/demo/basic.vue correctly 1`] = `
|
exports[`renders ./components/affix/demo/basic.vue correctly 1`] = `
|
||||||
<div style="width: 0px; height: 0px;">
|
<div>
|
||||||
<div class="ant-affix" style="position: fixed; top: 10px; width: 0px; height: 0px;"><button class="ant-btn ant-btn-primary" type="button">
|
<div class=""><button class="ant-btn ant-btn-primary" type="button">
|
||||||
<!----><span>Affix top</span>
|
<!----><span>Affix top</span>
|
||||||
</button></div>
|
</button></div>
|
||||||
</div><br>
|
</div><br>
|
||||||
|
|
Loadingโฆ
Reference in New Issue