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

View File

@@ -53,7 +53,7 @@ export default {
button3: '异步关闭',
button4: '展示关闭按钮',
componentCall: '组件调用',
index: index => `${index + 1}`,
index: (index) => `${index + 1}`,
},
'en-US': {
button1: 'Show Images',
@@ -61,7 +61,7 @@ export default {
button3: 'Async Close',
button4: 'Show Close Icon',
componentCall: 'Component Call',
index: index => `Page: ${index}`,
index: (index) => `Page: ${index}`,
},
},