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)
- 🐞 修复 `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`

View File

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

View File

@ -1,6 +1,5 @@
const locale = {
placeholder: 'هەڵبژاردنی کات',
};
export default locale;
};
export default locale;

View File

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

View File

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