How vue projects add different title and favicon?

recently, I have been working on a vue background project because it involves different occupants and each occupant contains different title and favicon,. How to dynamically obtain them through vue?

see that the Internet is all configured in routing meta, but can title be taken as a variable for dynamic acquisition

Sep.25,2021

use vue-meta plugin


should be a dynamic setting,
vue just watch the variables you want to set, and then write your own logic

.
Menu