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

page titles

This commit is contained in:
Maxime Moraine 2021-02-14 10:40:57 +01:00
parent 56068e9ac9
commit 82fc936b2d
5 changed files with 9 additions and 1 deletions

View file

@ -140,6 +140,7 @@ export default {
this.$store.commit('setHasRightDrawer', false)
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
this.$store.commit('setInRightDrawer', null)
this.$page.title = "Mes objets magiques"
}
}
</script>