Skip to content

Commit ab29281

Browse files
Guillaume Chaukazupon
Guillaume Chau
authored andcommitted
Missing comma (vuejs#126)
1 parent b4a0aaf commit ab29281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/head.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
mixins: [titleMixin],
5353
title () {
5454
return this.item.title
55-
}
55+
},
5656

5757
asyncData ({ store, route }) {
5858
return store.dispatch('fetchItem', route.params.id)

0 commit comments

Comments
 (0)