diff --git a/docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue b/docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue index 2c10938..f3f70ce 100644 --- a/docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue +++ b/docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue @@ -17,6 +17,8 @@ export default { this.$store.commit('setHasRightDrawer', false) this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp) this.$store.commit('setInRightDrawer', null) + + this.$page.title = 'Calculateur de caractéristiques' } } diff --git a/docs/.vuepress/theme/layouts/CreateMagicItemLayout.vue b/docs/.vuepress/theme/layouts/CreateMagicItemLayout.vue index ce56178..1c7eff7 100644 --- a/docs/.vuepress/theme/layouts/CreateMagicItemLayout.vue +++ b/docs/.vuepress/theme/layouts/CreateMagicItemLayout.vue @@ -210,6 +210,8 @@ export default { this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp) this.$store.commit('setInRightDrawer', null) + this.$page.title = "Création d'objet magique" + let magicItemKey = getUrlParameter(window.location.href, "key") if (magicItemKey) { diff --git a/docs/.vuepress/theme/layouts/CreateMonsterLayout.vue b/docs/.vuepress/theme/layouts/CreateMonsterLayout.vue index a7d4e97..212d0c3 100644 --- a/docs/.vuepress/theme/layouts/CreateMonsterLayout.vue +++ b/docs/.vuepress/theme/layouts/CreateMonsterLayout.vue @@ -485,6 +485,8 @@ export default { this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp) this.$store.commit('setInRightDrawer', null) + this.$page.title = "Création de monstre/PNJ" + let monsterKey = getUrlParameter(window.location.href, "key") if (monsterKey) { diff --git a/docs/.vuepress/theme/layouts/CreateSpellLayout.vue b/docs/.vuepress/theme/layouts/CreateSpellLayout.vue index 7abd506..b57dc96 100644 --- a/docs/.vuepress/theme/layouts/CreateSpellLayout.vue +++ b/docs/.vuepress/theme/layouts/CreateSpellLayout.vue @@ -255,6 +255,8 @@ export default { this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp) this.$store.commit('setInRightDrawer', null) + this.$page.title = "Création de sort" + let spellKey = getUrlParameter(window.location.href, "key") if (spellKey) {