You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had global inject antd ,but when i use ”h “ from vue i can't render an antd components by componentsName,
must import it and put it as a parameter into the function h
Version
2.1.4
Environment
os:macOS Vue:3.0.4
Reproduction link
https://github.com/vueComponent/ant-design-vue
Steps to reproduce
follow the step below
I found that i can't render a "a-button" , but i can render it while import {Button} from 'ant-design-vue' like below
What is expected?
I had global inject antd ,but when i use ”h “ from vue i can't render an antd components by componentsName,
must import it and put it as a parameter into the function h
What is actually happening?
follow the step below
I found that i can't render a "a-button" , but i can render it while import {Button} from 'ant-design-vue' like below
The text was updated successfully, but these errors were encountered: