no message
Former-commit-id: 254081eaca97d9e3eb3c83f38870b4abab2fd5d2 Former-commit-id: e2db52bd858b27cd5bff4d5361c7a6cfe0d35671 Former-commit-id: f7bb52ab0163c5a1b36bf1231506b7ab125952a3
This commit is contained in:
@@ -1,5 +1,22 @@
|
|||||||
<template>
|
<template>
|
||||||
<Container>
|
<Container>
|
||||||
i18n
|
<div>
|
||||||
|
<el-radio-group v-model="lang">
|
||||||
|
<el-radio-button label="CN">中文</el-radio-button>
|
||||||
|
<el-radio-button label="EN">英语</el-radio-button>
|
||||||
|
</el-radio-group>
|
||||||
|
</div>
|
||||||
|
{{$t('message.hello')}}
|
||||||
</Container>
|
</Container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
lang: ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user