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
+1 -1
View File
@@ -47,7 +47,7 @@ export default {
methods: {
onConfirm(values) {
this.value = values.map(item => item.name).join('/');
this.value = values.map((item) => item.name).join('/');
this.showArea = false;
},
+1 -1
View File
@@ -71,7 +71,7 @@ export default {
},
asyncValidator(val) {
return new Promise(resolve => {
return new Promise((resolve) => {
this.$toast.loading(this.t('validating'));
setTimeout(() => {