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

New components `<Head>` and `<Config>`

Open brillout opened this issue 1 year ago • 7 comments

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.

brillout avatar Aug 08 '24 13:08 brillout