You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Shouldn't this be a vue plugin Vue.use() instead of a component Vue.component() ?
As a vue plugin you could pass global options instead of having multiple export for every variation.
Also you could auto-detect if it's running in a Nuxt app and apply the <nuxt-link> instead of <router-link> automatically.
The text was updated successfully, but these errors were encountered:
Hi,
Shouldn't this be a vue plugin
Vue.use()
instead of a componentVue.component()
?As a vue plugin you could pass global options instead of having multiple export for every variation.
Also you could auto-detect if it's running in a Nuxt app and apply the
<nuxt-link>
instead of<router-link>
automatically.The text was updated successfully, but these errors were encountered: