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
We have a vue example project which is currently based on Vue 2.x. Now that Vue 3 got released, we should also update our example project AND our migration guide to support both versions.
Describe the bug
We have a vue example project which is currently based on Vue 2.x. Now that Vue 3 got released, we should also update our example project AND our migration guide to support both versions.
I made some first steps here: inovex/elements-example-vue#3
But there are still some issues to address:
ino-button
won't be displayed (maybe the way the attributes of the other components are used is deprecated?)vue-loader
in order to compile successfully (see Unable get rid of web component warning vuejs/core#1414 (comment)). Is there any other way to make it work?The text was updated successfully, but these errors were encountered: