Delete component example generated by vue-i18n
This commit is contained in:
parent
15ee3dc914
commit
ba056a4670
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
<template>
|
||||
<p>{{ $t('hello') }}</p>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'HelloI18n'
|
||||
}
|
||||
</script>
|
||||
|
||||
<i18n>
|
||||
{
|
||||
"en": {
|
||||
"hello": "Hello i18n in SFC!"
|
||||
}
|
||||
}
|
||||
</i18n>
|
Loading…
Reference in a new issue