You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
π The bug
When using useMeta hook inside the useFetch, the title value should get updated - which happens just for some miliseconds, then it's reset to the default state.
π οΈ To reproduce
Steps to reproduce the behavior:
π Expected behaviour
Title value should be set to as provided in the useFetch hook. Note, that this behaviour worked in some previous versions as expected.
The text was updated successfully, but these errors were encountered:
Wop, sorry didn't notice that :) Nevertheless (as mentioned in another similar issue), could it be implemented somewhen? Maybe not even in this package, but in Nuxt 3. My use case is dynamically generated OpenGraph meta tags, and I'm looking forward to have a way for it (I'm currently struggling with undefineds using computed useMeta).
Fixed! I had to use computed useMeta variant and drop v-if that prevents desired value from displaying from server-side.
π The bug
When using useMeta hook inside the useFetch, the title value should get updated - which happens just for some miliseconds, then it's reset to the default state.
π οΈ To reproduce
Steps to reproduce the behavior:
π Expected behaviour
Title value should be set to as provided in the useFetch hook. Note, that this behaviour worked in some previous versions as expected.
The text was updated successfully, but these errors were encountered: