no message
Former-commit-id: f3c11b2f64cc627044be20129050e193a8eec631 Former-commit-id: 49657d956a264020cda5ee3230870cf736197400 Former-commit-id: c3796afffe32e911c917133f2dc804cfe664acd7
This commit is contained in:
20
src/pages/demo/plugins/vue-i18n/demo1.vue
Normal file
20
src/pages/demo/plugins/vue-i18n/demo1.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<Container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
:title="`${$t('pub.pageHeader.demo')} 1`"
|
||||
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