Migration vue 2 to vue 3 #9833
Unanswered
jose7445
asked this question in
Help/Questions
Replies: 2 comments
-
Did you found a solution? Running into the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
No sorry.....I'm working with Vue 2 yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm migrating a project with vue 2 to vue 3. This project has https://bootstrap-vue.org/vue3 and I have to keep it in vue 3.
In https://bootstrap-vue.org/vue3, I saw that I have to put compatConfig: { MODE: 3 } in every component with bootstrap, but I have a console log.
My code:
vue.config.js
Error in console:
Cannot read properties of undefined (reading 'data')
What am I doing wrong? Thanks
Beta Was this translation helpful? Give feedback.
All reactions