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
The problem with this is that because i don't use export default defineComponent({ ... }) directly, then i don't get the typing checks in the template part.
Shouldn't volar be able to infer the correct defineComponent, even though in this case it is indirectly exported?
The text was updated successfully, but these errors were encountered:
I'd like to write components like this:
The problem with this is that because i don't use
export default defineComponent({ ... })
directly, then i don't get the typing checks in the template part.Shouldn't volar be able to infer the correct defineComponent, even though in this case it is indirectly exported?
The text was updated successfully, but these errors were encountered: