-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Does not work with vue compat mode #6147
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
Comments
I have the same error. It will be very difficult to migrate if the ui-framework where most of the errors come from does not work in compat mode |
Same here! |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This was not resolved as expected by: #5765 I am also unable to get this work with @vue/compat. Hoping for a resolution as I need to migrate and upgrade Vue and Ant |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
3.2.15
Environment
Reproduction link
https://github.com/akobrinsky/vite-ant-design-compat
Steps to reproduce
npm i
npm serve
vite.config.js
, toggle between thevue.esm-bundler.js
compiler and@vue/compat
vue.esm-bundler.js
works perfectly and@vue/compat
does notSimple config:
What is expected?
We are migrating a large app over to Vue 3 and ant design vue seems to be our final battle. A minimal reproduction has been attached. The
vue.esm-bundler.js
compiler works perfectly, but when I switch to@vue/compat
and wire up compat mode, I get an error and app won't render.What is actually happening?
App will not load and we see this error in the console when using compat mode.
The text was updated successfully, but these errors were encountered: