chore: add trailingComma

This commit is contained in:
陈嘉涵
2020-01-19 11:57:09 +08:00
parent e841175fe8
commit 389d68884d
269 changed files with 2706 additions and 2702 deletions
+6 -6
View File
@@ -48,7 +48,7 @@ export default {
asyncChange: '异步变更',
customSize: '自定义大小',
disableInput: '禁用输入框',
decimalLength: '固定小数位数'
decimalLength: '固定小数位数',
},
'en-US': {
step: 'Step',
@@ -57,8 +57,8 @@ export default {
asyncChange: 'Async Change',
customSize: 'Custom Size',
disableInput: 'Disable Input',
decimalLength: 'Decimal Length'
}
decimalLength: 'Decimal Length',
},
},
data() {
@@ -71,7 +71,7 @@ export default {
stepper6: 1,
stepper7: 1,
stepper8: 1,
disabledInput: 1
disabledInput: 1,
};
},
@@ -83,7 +83,7 @@ export default {
this.stepper6 = value;
this.$toast.clear();
}, 500);
}
}
},
},
};
</script>