diff --git a/examples/i18n/pages/_lang/about.vue b/examples/i18n/pages/_lang/about.vue index 9b3e526674..e01f333525 100644 --- a/examples/i18n/pages/_lang/about.vue +++ b/examples/i18n/pages/_lang/about.vue @@ -1,21 +1,13 @@ - - - {{ $t('about.title') }} - {{ $t('about.introduction') }} - - + - + diff --git a/examples/i18n/pages/_lang/index.vue b/examples/i18n/pages/_lang/index.vue index 0ee45a5ca2..9bd4e585d9 100644 --- a/examples/i18n/pages/_lang/index.vue +++ b/examples/i18n/pages/_lang/index.vue @@ -1,21 +1,13 @@ - - - {{ $t('home.title') }} - {{ $t('home.introduction') }} - - + - + diff --git a/examples/i18n/pages/about.vue b/examples/i18n/pages/about.vue new file mode 100644 index 0000000000..e01f333525 --- /dev/null +++ b/examples/i18n/pages/about.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/examples/i18n/pages/index.vue b/examples/i18n/pages/index.vue new file mode 100644 index 0000000000..9bd4e585d9 --- /dev/null +++ b/examples/i18n/pages/index.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/examples/i18n/partials/About.vue b/examples/i18n/partials/About.vue new file mode 100644 index 0000000000..9b3e526674 --- /dev/null +++ b/examples/i18n/partials/About.vue @@ -0,0 +1,21 @@ + + + + {{ $t('about.title') }} + {{ $t('about.introduction') }} + + + + + diff --git a/examples/i18n/partials/Home.vue b/examples/i18n/partials/Home.vue new file mode 100644 index 0000000000..0ee45a5ca2 --- /dev/null +++ b/examples/i18n/partials/Home.vue @@ -0,0 +1,21 @@ + + + + {{ $t('home.title') }} + {{ $t('home.introduction') }} + + + + +
{{ $t('about.introduction') }}
{{ $t('home.introduction') }}