steveTang
steveTang
我使用了 i18n v8.24.5 自己写的都可以正常翻译,但是像分页这种组件就翻译不了了,比如这种: 页面没有提示报错, 我是使用 CDN 引入 能帮助一下我嘛 ``` javascript // 我的js 引入顺序 const messages = lgConfig; const i18n = new VueI18n({ locale: sessionStorage.getItem('language'), // // locale: 'zhCN', messages,...
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.6 ### Environment vue版本 ### Reproduction link [https://next.antdv.com/components/tabs-cn#tabs](https://next.antdv.com/components/tabs-cn#tabs) ###...