I am trying to use in my AppVue view to switch between different layouts, but when I access the page, the following warning is displayed:
[Vue warn]: Invalid vnode type when creating vnode: . at <AppVue> [runtime-core.esm-bundler.js:38](webpack://test/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?d2dd)
I don’t like warnings in my applications, so I was wondering where to look to fix this? I am using Vue 3 with composition api. I have tried to find the reason for this but now I am hoping to a better explanation on where to look…
If a code example is needed, please let me know.