How to update website title and favicon dynamically with Vue 3 and VueFire?
I’m using Vue 3 and Pinia to build a web, I fetch the data on a Pinia Store from Firestore using VueFire with: const placeInfo = useDocument(() => doc(db, 'places', placeName), { once: true });
and then I populate the page… The template render the data when it arrives just fine, but I can’t change the title and favicon’s URL: