NuxtN
Nuxt3y ago
GreyXor

window.alert and nuxt generate ? window is not defined

<script setup>
  window.alert('hello');
</script>

pnpm generate

I got this error window is not defined
How I can solve this ?
Was this page helpful?