diff --git a/src/router/index.js b/src/router/index.js index 690bbde67b..b90f33e74d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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;