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 have searched the issues of this repository and believe that this is not a duplicate.
Version
undefined
Environment
Vue2 vueCLI=>3.2.1
Reproduction link
Steps to reproduce
1.not Full import for ant-design-vue compoments
2.import menu component in .vue file
3.run app ,then Error is throwen "Error in render: "TypeError: Cannot read property 'propsData' of undefined""
What is expected?
work as "Full import " setting
What is actually happening?
[Vue warn]: Error in render: "TypeError: Cannot read property 'propsData' of undefined"
found in
--->
Uh oh!
There was an error while loading. Please reload this page.
Version
undefined
Environment
Vue2 vueCLI=>3.2.1
Reproduction link
Steps to reproduce
1.not Full import for ant-design-vue compoments
2.import menu component in .vue file
3.run app ,then Error is throwen "Error in render: "TypeError: Cannot read property 'propsData' of undefined""
What is expected?
work as "Full import " setting
What is actually happening?
[Vue warn]: Error in render: "TypeError: Cannot read property 'propsData' of undefined"
found in
--->
at /src/App.vue
TypeError: Cannot read property 'propsData' of undefined
at VueComponent.renderCommonMenuItem (https://zrlr40m183.codesandbox.io/node_modules/ant-design-vue/dist/antd.min.js:19:131758)
at VueComponent.renderMenuItem (https://zrlr40m183.codesandbox.io/node_modules/ant-design-vue/dist/antd.min.js:19:133023)
at eval (https://zrlr40m183.codesandbox.io/node_modules/ant-design-vue/dist/antd.min.js:19:133617)
at Array.map ()
The text was updated successfully, but these errors were encountered: