N
Nuxt2w ago
nulkode

Component is not being used according to devtools

I have this app
<script>
...
</script>

<template>
<Tag />
<Scene />
</template>
<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.
No description
2 Replies
nulkode
nulkode2w ago
nope, doesn't work I don't know what to share to be helpful I don't think this bug is happening because of my code at all should I report this as an issue?
Cake
Cake2w ago
maybe because they're single word name components?
Want results from more Discord servers?
Add your server
More Posts