Auto-import of `Link` not working
I'm trying to create a
Link
component at components/Link
, that wraps NuxtLink
. The component code is very simple, but Nuxt's auto-import logic is pulling in the Link
component from nuxt
. Here's the snippet:
I've tried a handful of settings, but nothing has worked. Any ideas?1 Reply
nope, was hoping to just rely on auto-imports
but the nuxt one always takes precedence