ant-design-charts-blazor
ant-design-charts-blazor copied to clipboard
@using AntDesign.Charts 在_Imports.razor不能做全局引用
在page中引用正常,但不能放在全局引用中,会使整个软件报错.
具体什么问题详细说一下,你这样反馈bug都不知道在说什么
You should be talking about namespace conflicts, please use the full namespace like this:
<AntDesign.Column></AntDesign.Column>
<AntDesign.Charts.Column></AntDesign.Charts.Column>