File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1010
1111---
1212
13+ ## 1.3.8
14+ ` 2019-04-04 `
15+ - 🐞 Fix ` Table ` unclickable problem under IE [ #504 ] ( https://github.com/vueComponent/ant-design-vue/issues/504 )
16+ - 🐞 Fix ` Table ` Header is not aligned under Firefox [ #579 ] ( https://github.com/vueComponent/ant-design-vue/issues/579 )
17+ - 🌟 Drawer ` Drawer ` add custom ` handel `
18+ - 🐞 Fix TypeScript type definitions.
19+
1320## 1.3.7
1421` 2019-03-18 `
1522- 🐞 Fix ` Select ` ` selectedKeys ` type validation error [ #597 ] ( https://github.com/vueComponent/ant-design-vue/issues/597 )
Original file line number Diff line number Diff line change 1010
1111---
1212
13+ ## 1.3.8
14+ ` 2019-04-04 `
15+ - 🐞 修复 ` Table ` 在 IE 下不可点击问题 [ #504 ] ( https://github.com/vueComponent/ant-design-vue/issues/504 )
16+ - 🐞 修复 ` Table ` 在 Firefox 下 Header 没对齐问题 [ #579 ] ( https://github.com/vueComponent/ant-design-vue/issues/579 )
17+ - 🌟 抽屉 ` Drawer ` 添加自定义 ` handel ` 功能
18+ - 🐞 修复 TypeScript 类型定义。
19+
1320## 1.3.7
1421` 2019-03-18 `
1522- 🐞 修复 ` Select ` ` selectedKeys ` 类型校验错误 [ #597 ] ( https://github.com/vueComponent/ant-design-vue/issues/597 )
Original file line number Diff line number Diff line change 11{
22 "name" : " ant-design-vue" ,
3- "version" : " 1.3.7 " ,
3+ "version" : " 1.3.8 " ,
44 "title" : " Ant Design Vue" ,
55 "description" : " An enterprise-class UI design language and Vue-based implementation" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ export default {
268268 }
269269 < a- col xxl= {20 } xl= {19 } lg= {19 } md= {18 } sm= {24 } xs= {24 }>
270270 < section class = ' main-container main-container-component' >
271+ < CarbonAds isMobile= {isMobile}/ >
271272 {! isMobile ? < div class = ' toc-affix' style= ' width: 150px;' >
272273 {this .getSubMenu (isCN)}
273274 < / div> : null }
You can’t perform that action at this time.
0 commit comments