1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +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>