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
@@ -59,7 +59,7 @@ export default {
tip3: '修改地址',
check: '全选',
clickButton: '点击按钮',
clickLink: '修改地址'
clickLink: '修改地址',
},
'en-US': {
submit: 'Submit',
@@ -68,13 +68,13 @@ export default {
tip3: 'Link',
check: 'Label',
clickButton: 'Click button',
clickLink: 'Click Link'
}
clickLink: 'Click Link',
},
},
data() {
return {
checked: true
checked: true,
};
},
@@ -84,8 +84,8 @@ export default {
},
onClickLink() {
this.$toast(this.$t('clickLink'));
}
}
},
},
};
</script>