vue-link icon indicating copy to clipboard operation
vue-link copied to clipboard

Vuejs component library use-case

Open matschik opened this issue 5 years ago • 1 comments

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 (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 !

matschik avatar Jul 03 '20 10:07 matschik

Nope, that unfortunately won't work right now but would be a nice enhancement 😋

TheAlexLichter avatar Jul 07 '20 10:07 TheAlexLichter