adbrosaci / vue-lang-router

Vue language routing with (optional) localized URLs.
MIT License
66 stars 8 forks source link

Metatags solution? #20

Open brunocostadigital opened 2 years ago

brunocostadigital commented 2 years ago

Any solution to define dynamic metatags (like title, description, etc.), according to the page and the selected language? I've been looking for a solution, but I just found it for the original plugin vue-router

radek-altof commented 2 years ago

Hi @brunocostadigital, can you please point me to the part of the vue-router documentation you're referring to?

tarikkavaz commented 2 years ago

@brunocostadigital I used @vueuse/head in the template. Is that what you are looking for?