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
This belongs on vuejs/core, they don't seem to have any interest in first-class jsx support though. I had to write my own defineComponent to get slot types to work:
v-slots No type hint
export interface ASlots{
'header-action': () => VNode[];
}
The text was updated successfully, but these errors were encountered: