Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] element-plus 组件设置中文失效 #4150

Open
1 task
qiaokeli111 opened this issue May 24, 2024 · 1 comment
Open
1 task

[Bug Report] element-plus 组件设置中文失效 #4150

qiaokeli111 opened this issue May 24, 2024 · 1 comment

Comments

@qiaokeli111
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

使用element-plus 标准化的方式去使用中文,在formily无效。

问题我已经找到了,element-plus 使用了一个symbol来作为key Symbol('localeContextKey')。
如果你们封装的element不提供出来这个key。那么我们外部使用原生element的这个key实际控制不了
你们封装后的element。

要么把el-config-provider这个组件提供出来,要么把key提供出来,不然无法设置中文

What is expected?

使用element-plus 标准化的方式去使用中文,在formily无效。

问题我已经找到了,element-plus 使用了一个symbol来作为key Symbol('localeContextKey')。
如果你们封装的element不提供出来这个key。那么我们外部使用原生element的这个key实际控制不了
你们封装后的element。

要么把el-config-provider这个组件提供出来,要么把key提供出来,不然无法设置中文

What is actually happening?

使用element-plus 标准化的方式去使用中文,在formily无效。

问题我已经找到了,element-plus 使用了一个symbol来作为key Symbol('localeContextKey')。
如果你们封装的element不提供出来这个key。那么我们外部使用原生element的这个key实际控制不了
你们封装后的element。

要么把el-config-provider这个组件提供出来,要么把key提供出来,不然无法设置中文

Package

@formily/element-plus@1.1.1-beta.1


请别说 爱用不用这种类似的话

@junkaione
Copy link

我有同样的问题,无法设置组件为中文,如时间组件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants