I have this app
<script>
...
</script>
<template>
<Tag />
<Scene />
</template>
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.