feat: refs #8534 add setPageTitle to router hooks for improved page title management
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
b5e9c381ad
commit
d17ff84a29
|
@ -7,7 +7,7 @@ import {
|
|||
} from 'vue-router';
|
||||
import routes from './routes';
|
||||
import { useState } from 'src/composables/useState';
|
||||
import { navigationGuard, stateQueryGuard } from './hooks';
|
||||
import { navigationGuard, setPageTitle, stateQueryGuard } from './hooks';
|
||||
|
||||
const webHistory =
|
||||
process.env.VUE_ROUTER_MODE === 'history' ? createWebHistory : createWebHashHistory;
|
||||
|
|
Loading…
Reference in New Issue