Logo
Explore Help
Sign In
sheng/mes-ui-d2
1
0
Fork 0
You've already forked mes-ui-d2
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3072a117f2b9880bfab5fc1f3bf6d0d12b6b1be2
mes-ui-d2/src/pages/demo/plugins/vue-i18n/demo.vue

23 lines
375 B
Vue
Raw Normal View History

no message Former-commit-id: 517eaaefe7658782628f7ebe876135bb88debfbf Former-commit-id: d37f6d1f17c6ef470a7d162186ae53e18050c7ff Former-commit-id: 3a366687ed8f108eccaede6bc84d8a00733fdd43
2018-02-13 20:11:28 +08:00
<template>
<Container>
no message Former-commit-id: 254081eaca97d9e3eb3c83f38870b4abab2fd5d2 Former-commit-id: e2db52bd858b27cd5bff4d5361c7a6cfe0d35671 Former-commit-id: f7bb52ab0163c5a1b36bf1231506b7ab125952a3
2018-02-13 20:52:54 +08:00
<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')}}
no message Former-commit-id: 517eaaefe7658782628f7ebe876135bb88debfbf Former-commit-id: d37f6d1f17c6ef470a7d162186ae53e18050c7ff Former-commit-id: 3a366687ed8f108eccaede6bc84d8a00733fdd43
2018-02-13 20:11:28 +08:00
</Container>
</template>
no message Former-commit-id: 254081eaca97d9e3eb3c83f38870b4abab2fd5d2 Former-commit-id: e2db52bd858b27cd5bff4d5361c7a6cfe0d35671 Former-commit-id: f7bb52ab0163c5a1b36bf1231506b7ab125952a3
2018-02-13 20:52:54 +08:00
<script>
export default {
data () {
return {
lang: ''
}
}
}
</script>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 112ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API