Skip to content

Commit e72fde2

Browse files
committed
Merge branch 'dev' of github.com:kazupon/vue-i18n-loader into dev
2 parents 4e148ba + 67e0026 commit e72fde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the below example that`App.vue` have `i18n` custom block:
2727
}
2828
</i18n>
2929

30-
<tempalte>
30+
<template>
3131
<p>{{ $t('hello') }}</p>
3232
</template>
3333

@@ -46,7 +46,7 @@ import Vue from 'vue'
4646
import VueI18n from 'vue-i18n'
4747
import App from './App.vue'
4848

49-
Vue.use(Vue-i18n)
49+
Vue.use(VueI18n)
5050

5151
const i18n = new VueI18n({
5252
locale: 'en',

0 commit comments

Comments
 (0)