Closed hermesalvesbr closed 2 years ago
Im not sure, if this is a bug. I don't know if you can use module composables there.
@hermesalvesbr The answer is probably related to what this post mentions. The short answer is to use <script setup>
instead.
I'm using the nuxt-directus module inside composables file, like this:
const { getItemById } = useDirectusItems()
Show me this error:
I cant to use this module inside composable/news.vue ? However, may i to use just inside ?