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
@@ -119,7 +119,7 @@ export default {
title9: '滑动切换',
title10: '滚动导航',
disabled: ' 已被禁用',
matchByName: '通过名称匹配'
matchByName: '通过名称匹配',
},
'en-US': {
tab: 'Tab ',
@@ -134,15 +134,15 @@ export default {
title9: 'Swipeable',
title10: 'Scrollspy',
disabled: ' is disabled',
matchByName: 'Match By Name'
}
matchByName: 'Match By Name',
},
},
data() {
return {
active: 2,
activeName: 'b',
tabs: [1, 2, 3, 4]
tabs: [1, 2, 3, 4],
};
},
@@ -153,8 +153,8 @@ export default {
onClick(index, title) {
this.$toast(title);
}
}
},
},
};
</script>