mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
ajout de title sur les pages spéciales
This commit is contained in:
parent
5d94e77883
commit
235d2c9896
4 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue