oleksiikhr / vue-stripe-menu

Creating a navigation menu with animations like on Stripe

Home Page:https://oleksiikhr.github.io/vue-stripe-menu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using <nuxt-link> with Stripe Menu

nevzatselcuk opened this issue · comments

Hi. I have a problem with stripe-menu when using link. If menu item is a link inside website, I must use link with nuxt-link as below.

Because if I use it with , NuxtJS render all page again. How to force stripe-menu link with nuxt-link

Is there a option for it? Thank you.

Hi.

menu: [{ title: 'Nuxt link', element: 'nuxt-link', attributes: { to: '/page1' } }]

element property - Any global component or HTMLElement