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
Just want to know if vue-link main purpose is for Vuejs component library dealing with HTML links.
For example, when I import my <Menu/> component (integrating vue-link) in my Nuxtjs app, it "transforms" to <nuxt-link/> right ?
If I import it in any Vuejs app using 'vue-router', it "transforms" to <router-link/> ?
If so, that's awesome !! Exactly what I need !
The text was updated successfully, but these errors were encountered:
Hello !
Just want to know if
vue-link
main purpose is for Vuejs component library dealing with HTML links.For example, when I import my
<Menu/>
component (integratingvue-link
) in my Nuxtjs app, it "transforms" to<nuxt-link/>
right ?If I import it in any Vuejs app using 'vue-router', it "transforms" to
<router-link/>
?If so, that's awesome !! Exactly what I need !
The text was updated successfully, but these errors were encountered: