Skip to content

Commit 4e9e8fb

Browse files
committed
Format
1 parent 0ac2ccb commit 4e9e8fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/plugins/i18n.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import VueI18n from 'vue-i18n'
44
Vue.use(VueI18n)
55

66
const i18n = new VueI18n({
7-
locale: 'en', messages: {}
7+
locale: 'en',
8+
messages: {}
89
})
910

1011
export default async ({ app, store }) => {

0 commit comments

Comments
 (0)