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
Defaults work, but components inside aliases have a Component is missing template or render function warning and don't render.
From a quick look at source code, I think it's because they don't get mapped to the components properly like the regular aliases config property.
https://stackblitz.com/edit/nuxt-starter-5qj9ao?file=nuxt.config.ts
Defaults work, but components inside aliases have a
Component is missing template or render function
warning and don't render.From a quick look at source code, I think it's because they don't get mapped to the components properly like the regular aliases config property.
Current hack solution
Bonus tip for anyone dealing with Typescript and needing Intellisense on your virtual components:
The text was updated successfully, but these errors were encountered: