It worked like this. Inside App.vue created method if we set document.title as below.
created() {
document.title = this.$store.state.siteTitle;
}
But now I need to know how can I change the shortcut icon as well from the service. Does anyone know?