parent
791783344a
commit
2b1039f6be
|
@ -10,6 +10,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.8
|
||||
`2019-04-04`
|
||||
- 🐞 Fix `Table` unclickable problem under IE [#504](https://github.com/vueComponent/ant-design-vue/issues/504)
|
||||
- 🐞 Fix `Table` Header is not aligned under Firefox [#579](https://github.com/vueComponent/ant-design-vue/issues/579)
|
||||
- 🌟 Drawer `Drawer` add custom `handel`
|
||||
- 🐞 Fix TypeScript type definitions.
|
||||
|
||||
## 1.3.7
|
||||
`2019-03-18`
|
||||
- 🐞 Fix `Select` `selectedKeys` type validation error [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
|
||||
|
|
|
@ -10,6 +10,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.8
|
||||
`2019-04-04`
|
||||
- 🐞 修复 `Table` 在 IE 下不可点击问题 [#504](https://github.com/vueComponent/ant-design-vue/issues/504)
|
||||
- 🐞 修复 `Table` 在 Firefox 下 Header 没对齐问题 [#579](https://github.com/vueComponent/ant-design-vue/issues/579)
|
||||
- 🌟 抽屉 `Drawer` 添加自定义 `handel` 功能
|
||||
- 🐞 修复 TypeScript 类型定义。
|
||||
|
||||
## 1.3.7
|
||||
`2019-03-18`
|
||||
- 🐞 修复 `Select` `selectedKeys` 类型校验错误 [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.3.7",
|
||||
"version": "1.3.8",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
|
@ -268,6 +268,7 @@ export default {
|
|||
}
|
||||
<a-col xxl={20} xl={19} lg={19} md={18} sm={24} xs={24}>
|
||||
<section class='main-container main-container-component'>
|
||||
<CarbonAds isMobile={isMobile}/>
|
||||
{!isMobile ? <div class='toc-affix' style='width: 150px;'>
|
||||
{this.getSubMenu(isCN)}
|
||||
</div> : null}
|
||||
|
|
Loading…
Reference in New Issue