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:
parent
5d94e77883
commit
235d2c9896
4 changed files with 8 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue