Suffix app name in page titles
This commit is contained in:
parent
5ff5c74321
commit
0db95799fb
|
@ -94,7 +94,7 @@ const router = new VueRouter({
|
|||
|
||||
router.afterEach((to) => {
|
||||
Vue.nextTick(() => {
|
||||
document.title = to.meta.title;
|
||||
document.title = `${to.meta.title} / listmonk`;
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue