Component is not being used according to devtools
I have this app
Then I have my components located at
components/tag.vue
and components/scene.vue
, both detected by nuxt devtools. However, according to devtools, these components are not being used. Only occasionally they appear as being used. They both render, but, their children are not being rendered, and I can't debug properly if the devtools thinks that the components are not being used.2 Replies