chore: prettier source code

This commit is contained in:
chenjiahan
2020-04-02 15:36:02 +08:00
parent 340c56b3b5
commit 2fb5cca49a
93 changed files with 272 additions and 283 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ export default {
customCount: '自定义数量',
readonly: '只读状态',
changeEvent: '监听 change 事件',
toastContent: value => `当前值:${value}`,
toastContent: (value) => `当前值:${value}`,
},
'en-US': {
halfStar: 'Half Star',
@@ -67,7 +67,7 @@ export default {
customCount: 'Custom Count',
readonly: 'Readonly',
changeEvent: 'Change Event',
toastContent: value => `current value${value}`,
toastContent: (value) => `current value${value}`,
},
},