Imagine a scenario where there is a right drawer that displays a grade dropdown with options like grade1, grade2, and grade3. On all pages, I need a v-alert notification strip to show the total count of students. For example, if I select grade3 from the right drawer, the total number of grade 3 students will be displayed on the v-alert strip. If I change the dropdown value in the right drawer to grade1, then the total number of grade 1 students will be reflected on the v-alert strip on all pages.
Keep in mind that the v-alert strip should be displayed on all pages just like the navbar.
How can this be accomplished?
Is it necessary to use stores for this functionality?