style: prettier code

pull/3197/head^2
tanjinzhou 2021-03-12 15:20:45 +08:00
parent 76fc3f5ca2
commit b8abf38075
5 changed files with 49 additions and 52 deletions

View File

@ -19,6 +19,7 @@
- 🐞 修复 `Table` 销毁时卡死问题 [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531) - 🐞 修复 `Table` 销毁时卡死问题 [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)
- 🐞 修复 `Menu` css 中引入了 less 文件问题 [#3678](https://github.com/vueComponent/ant-design-vue/issues/3678) - 🐞 修复 `Menu` css 中引入了 less 文件问题 [#3678](https://github.com/vueComponent/ant-design-vue/issues/3678)
- 🐞 修复 `Alert` 自定义图标错位问题 [#3712](https://github.com/vueComponent/ant-design-vue/issues/3712) - 🐞 修复 `Alert` 自定义图标错位问题 [#3712](https://github.com/vueComponent/ant-design-vue/issues/3712)
## 2.0.0 ## 2.0.0
`2021-02-06` `2021-02-06`

View File

@ -3,4 +3,3 @@ export default {
'btn:cancel': 'هەڵوەشاندنەوە', 'btn:cancel': 'هەڵوەشاندنەوە',
'btn:clear': 'پاککردنەوە', 'btn:clear': 'پاککردنەوە',
}; };

View File

@ -3,4 +3,3 @@ const locale = {
}; };
export default locale; export default locale;

View File

@ -25,4 +25,3 @@ export default {
previousCentury: 'سەدەی پێشو', previousCentury: 'سەدەی پێشو',
nextCentury: 'سەدەی داهاتو', nextCentury: 'سەدەی داهاتو',
}; };

View File

@ -13,4 +13,3 @@ export default {
prev_3: '۳ ڵاپەرەی پێشو', prev_3: '۳ ڵاپەرەی پێشو',
next_3: '۳ ڵاپەرەی داهاتو', next_3: '۳ ڵاپەرەی داهاتو',
}; };