arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

How to use nuxt-link? #136

Closed zadavan closed 5 years ago

zadavan commented 5 years ago

I want to be able to use the following <Card to="/path" /> I'm using SSR, so if I instead emit a method and change the url within the method, it won't be able to be crawled. How is the best way to use nuxt-link, or to solve this kind of problem?

zadavan commented 5 years ago

I actually found that I can just use as a tag. Vue Design System will throw an error on the console. But when implemented in nuxt it will generate the anchor tag. So it works!