NuxtN
Nuxt13mo ago
Devin

Nuxt router goes to undefined

Hey guys, sometimes when i want to route i get this warning:
WARN [Vue Router warn]: No match found for location with path "/undefined/serials"

This is how i route:
<div class="flex flex-col max-w-36" @click="navigateTo('/community')">
  <p class="text-xl font-thin">Serials</p>
</div>
Was this page helpful?