Open xhtea opened 3 years ago
1、目前在封装请求的js中要使用多语言来输出“请求中”、“网络错误”等统一的信息,但文档中只说明了在vue组件中使用mixin的方法。 2、中文:string: '请输入 {{config}} 位字符'; 英文:string: 'Please input {{config}} characters.'。如何使用插值,没有相关文档说明。在开发过程中,需要用到动态插值无法实现
Locale
What problem does this feature solve?
1、目前在封装请求的js中要使用多语言来输出“请求中”、“网络错误”等统一的信息,但文档中只说明了在vue组件中使用mixin的方法。 2、中文:string: '请输入 {{config}} 位字符'; 英文:string: 'Please input {{config}} characters.'。如何使用插值,没有相关文档说明。在开发过程中,需要用到动态插值无法实现
What does the proposed API look like?
Locale