style: prettier code
parent
76fc3f5ca2
commit
b8abf38075
|
@ -19,6 +19,7 @@
|
|||
- 🐞 修复 `Table` 销毁时卡死问题 [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)
|
||||
- 🐞 修复 `Menu` css 中引入了 less 文件问题 [#3678](https://github.com/vueComponent/ant-design-vue/issues/3678)
|
||||
- 🐞 修复 `Alert` 自定义图标错位问题 [#3712](https://github.com/vueComponent/ant-design-vue/issues/3712)
|
||||
|
||||
## 2.0.0
|
||||
|
||||
`2021-02-06`
|
||||
|
|
|
@ -3,4 +3,3 @@ export default {
|
|||
'btn:cancel': 'هەڵوەشاندنەوە',
|
||||
'btn:clear': 'پاککردنەوە',
|
||||
};
|
||||
|
|
@ -3,4 +3,3 @@ const locale = {
|
|||
};
|
||||
|
||||
export default locale;
|
||||
|
|
@ -25,4 +25,3 @@ export default {
|
|||
previousCentury: 'سەدەی پێشو',
|
||||
nextCentury: 'سەدەی داهاتو',
|
||||
};
|
||||
|
|
@ -13,4 +13,3 @@ export default {
|
|||
prev_3: '۳ ڵاپەرەی پێشو',
|
||||
next_3: '۳ ڵاپەرەی داهاتو',
|
||||
};
|
||||
|
Loading…
Reference in New Issue