1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00

ajout de title sur les pages spéciales

This commit is contained in:
Maxime Moraine 2020-04-28 14:47:20 +02:00
parent 5d94e77883
commit 235d2c9896
4 changed files with 8 additions and 0 deletions

View file

@ -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'
}
}
</script>

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {