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

@using AntDesign.Charts 在_Imports.razor不能做全局引用 #117

Open
zhaojinxue opened this issue Apr 5, 2023 · 2 comments
Open

@using AntDesign.Charts 在_Imports.razor不能做全局引用 #117

zhaojinxue opened this issue Apr 5, 2023 · 2 comments

Comments

@zhaojinxue
Copy link

在page中引用正常,但不能放在全局引用中,会使整个软件报错.

@Eternity714
Copy link

具体什么问题详细说一下,你这样反馈bug都不知道在说什么

@ElderJames
Copy link
Member

You should be talking about namespace conflicts, please use the full namespace like this:

<AntDesign.Column></AntDesign.Column>
<AntDesign.Charts.Column></AntDesign.Charts.Column>

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

3 participants