update merging strign
This commit is contained in:
@@ -19,7 +19,7 @@ export const useApplicationStore = defineStore({
|
||||
actions: {
|
||||
async setDynamicTitle(title: string) {
|
||||
this.$state.dynamicTitle = title;
|
||||
document.title = "STEMMechanics | " + title;
|
||||
document.title = `STEMMechanics | ${title}`;
|
||||
},
|
||||
|
||||
clearDynamicTitle() {
|
||||
|
||||
Reference in New Issue
Block a user