MARK

Results 5 comments of MARK

配置了 ![image](https://user-images.githubusercontent.com/50320229/183548665-8da7c06a-1f94-4923-9b29-3c4d6d21b8f9.png)

> > 配置了 ![image](https://user-images.githubusercontent.com/50320229/183548665-8da7c06a-1f94-4923-9b29-3c4d6d21b8f9.png) > > 你是用umi生成的项目吗? 我用umi生成的项目 配置了默认英文 日历组件都是英文的。 我不知道怎么去修复。 umi生成的项目 没有根组件 ConfigProvider也不知道放哪里 不是

> > antd的provide是不是没有配置? > > 是pro-components的问题, import ProTable from '@ant-design/pro-table'; // 分页可以正常显示中文 import { ProTable } from '@ant-design/pro-components'; // 分页只能显示英文 希望能早点修复,感谢! 我这里用的是import ProTable from '@ant-design/pro-table' ,antd也升到最新的了,分页还是显示英文

> > provide 配置 > > 我也遇到了这样的问题,请问你说如何解决的 我现在是 `{ "@ant-design/pro-components": "^2.6.35", "antd": "^5.12.7", }` `import { ProTable } from '@ant-design/pro-components' ` App.tsx `` 可以尝试一下