Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue.js Master Class 2024 Edition

Fix a Little Bug with the Project Title Watcher thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Fix a Little Bug with the Project Title Watcher

Our project title watcher needs a fix—right now, it’s not updating the page title when we revisit the same project. This happens because watchers only trigger on value changes, and since the project data is cached in Pinia, revisiting doesn’t count as a “change.” Here, we’ll tweak the logic to ensure that page titles update reliably, even for cached projects.

Links