Skip to content

Commit 16fd711

Browse files
nblackburnkazupon
authored andcommitted
Fixed syntax error (#2)
1 parent 12d15a3 commit 16fd711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)