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
+5 -5
View File
@@ -64,7 +64,7 @@ export default {
customIcon: '自定义图标',
customStyle: '自定义样式',
customCount: '自定义数量',
readonly: '只读状态'
readonly: '只读状态',
},
'en-US': {
halfStar: 'Half Star',
@@ -72,8 +72,8 @@ export default {
customIcon: 'Custom Icon',
customStyle: 'Custom Style',
customCount: 'Custom Count',
readonly: 'Readonly'
}
readonly: 'Readonly',
},
},
data() {
@@ -83,9 +83,9 @@ export default {
value3: 3,
value4: 2.5,
value5: 4,
value6: 3
value6: 3,
};
}
},
};
</script>