GreyXor
GreyXor
NNuxt
Created by GreyXor on 6/23/2024 in #❓・help
nuxt/content how to get current title (for show it in a h1) ?
<v-container>
<NuxtPage />
</v-container>
<v-container>
<NuxtPage />
</v-container>
I would like to add the title directly in -v-container
1 replies
NNuxt
Created by GreyXor on 6/23/2024 in #❓・help
nuxt/content: cannot use icon from @unocss/nuxt
No description
2 replies
NNuxt
Created by GreyXor on 2/23/2024 in #❓・help
indirect export not found. with NuxtOpenFetch
Hello, i'm using https://github.com/enkot/nuxt-open-fetch but I get this error Uncaught SyntaxError: indirect export not found: OpenFetchClient
1 replies
NNuxt
Created by GreyXor on 1/16/2023 in #❓・help
window.alert and nuxt generate ? window is not defined
<script setup>
window.alert('hello');
</script>
<script setup>
window.alert('hello');
</script>
pnpm generate I got this error window is not defined How I can solve this ?
16 replies