[Vuejs]-How to use meta tags in Vue 3?

0👍

https://github.com/vueuse/head

useHead({
    title: 'Site name - Page Name',
    htmlAttrs: {
        lang: 'pt-br',
    }
})

Leave a comment