-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with useServerHead or useHead with Vue 2.7 + Vite + Vue Router #187
Comments
antsteyeragorize
changed the title
Issue with useServerHead with Vue 2.7 + Vite + Vue Router
Issue with useServerHead or useHead with Vue 2.7 + Vite + Vue Router
Apr 26, 2023
@harlan-zw Is still an issue? |
I also meet this issue in NUXT 3.5
|
你好,你的来信我已收到
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello ! Hope you're doing well.
I'm trying to setup a SSR POC with Vue 2.7, Vite and Vue router in order to migrate a big business app from Webpack to Vite.
I have a weird behavior when using
useServerHead
oruseHead
and vue router. I don't know what's the issue here, but after the first call to the server, the meta seems to be lost. It only works on first page called.Here the codesandbox.
Don't hesitate to check the README for the step to reproduce.
The text was updated successfully, but these errors were encountered: