1.1.2 • Published 12 months ago

@iwotech/i18n-remote v1.1.2

Weekly downloads
1
License
-
Repository
-
Last release
12 months ago

远程文字多语言处理

使用示例

import i18n,{ setLocale, remoteText } from '@iwotech/i18n-remote'

// i18n 内部vue-i18n实例

// 设置语言
setLocale('zh-CN')

// 获取文本(具有响应式,可在 template 中使用)
remoteText('key')

// Vue
// export default {
//   methods:{
//     remoteText
//   }
// }
1.1.2

12 months ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago