vike-vue
vike-vue copied to clipboard
New components `<Head>` and `<Config>`
The PR https://github.com/vikejs/vike-vue/pull/170 introduced the useConfig() component hook to vike-vue, see this usage example.
The only thing missing to align with vike-react is to implement the <Config> and <Head> components.
My failed attempt to implement it: https://github.com/vikejs/vike-vue/pull/174.
I wonder: does Nuxt have something like Next.js's <Head> component?
Contribution welcome.