no message
Former-commit-id: 55ad03d532809432bd6050a8ccd5d9d6263b86a1 Former-commit-id: 16d572604a68ec53fef6463ac90daabfe2e47dcd Former-commit-id: 1e85541e8b96a001a4713bb92a16a434e739e6dc
This commit is contained in:
20
src/pages/demo/plugins/i18n/demo2.vue
Normal file
20
src/pages/demo/plugins/i18n/demo2.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<Container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
:title="`${$t('pub.pageHeader.demo')} 2`"
|
||||
url="http://kazupon.github.io/vue-i18n/en/">
|
||||
</PageHeader>
|
||||
<DemoI18nControl></DemoI18nControl>
|
||||
<DemoI18n></DemoI18n>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
DemoI18nControl: () => import('./components/DemoI18nControl'),
|
||||
DemoI18n: () => import('./components/DemoI18n')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user