mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-04 22:28:42 +08:00
16 lines
257 B
TypeScript
16 lines
257 B
TypeScript
export const lang = {
|
|
tabbar: {
|
|
home: '首页',
|
|
list: '列表',
|
|
member: '我的',
|
|
},
|
|
language: {
|
|
en: '英文',
|
|
zh: '中文',
|
|
},
|
|
introduction: '一个快速开发vue3的移动端模板',
|
|
home: {
|
|
support: '支持',
|
|
},
|
|
};
|