1.1.2 • Published 2 years ago

@iwotech/i18n-remote v1.1.2

Weekly downloads
1
License
-
Repository
-
Last release
2 years 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

2 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago