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
And run everything else under MODE: 2. Every component that is vue3 ready you can do this with until the current component you are working with are fully Vue3 compatible and change that component to.
I never get it working with {} in item so I do it like this now
Hope this can help someone that is in the same situation when they need to change one 3:rd party component that need to be run in MODE: 3 and not 2 but the first component isn't compatible yet.
Hello!
I am trying to migrate from Vue 2 to Vue 3 and currently running:
MODE: 2
If I set
then I get the error
which makes sense since you are not supporting Vue 2 anymore.
MODE: 3
If I switch to:
then I get the error:
I am not sure what is required by a library to work with @vue/compat, would be greatful for any help.
The text was updated successfully, but these errors were encountered: