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
Is there a vue 3 issue or miletstone that can be tracked maybe? I mean vetur pretty much works but multiple root nodes currently give errors and there are one or two other things I've hit...
https://github.com/vuejs/vetur/tree/vue3 should support it by wrapping default export in
createComponent
.@yyx990803 I only see
createComponent
with3.0.0-alpha.1
. Do you still plan to rename this todefineComponent
? Is there an issue I can follow?I see that
createComponent
is already replaced withdefineComponent
in https://github.com/vuejs/vue-next, but these changes aren't published.The text was updated successfully, but these errors were encountered: