mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 20:54:19 +00:00
page titles
This commit is contained in:
parent
56068e9ac9
commit
82fc936b2d
5 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="homebrew">
|
<div class="homebrew">
|
||||||
<div class="text-center" v-if="brew === null">
|
<div class="text-center" v-if="brew === null">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="spell" v-else-if="brew.pid && brew.pid == 'spell'">
|
<div class="spell" v-else-if="brew.pid && brew.pid == 'spell'">
|
||||||
|
|
@ -157,6 +157,10 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
mounted () {
|
||||||
|
this.$page.title = 'Homebrew'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,7 @@ export default {
|
||||||
this.$store.commit('setHasRightDrawer', false)
|
this.$store.commit('setHasRightDrawer', false)
|
||||||
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
|
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
|
||||||
this.$store.commit('setInRightDrawer', null)
|
this.$store.commit('setInRightDrawer', null)
|
||||||
|
this.$page.title = "Mes objets magiques"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,7 @@ export default {
|
||||||
this.$store.commit('setHasRightDrawer', false)
|
this.$store.commit('setHasRightDrawer', false)
|
||||||
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
|
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
|
||||||
this.$store.commit('setInRightDrawer', null)
|
this.$store.commit('setInRightDrawer', null)
|
||||||
|
this.$page.title = "Mon bestiaire"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,7 @@ export default {
|
||||||
this.$store.commit('setHasRightDrawer', false)
|
this.$store.commit('setHasRightDrawer', false)
|
||||||
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
|
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
|
||||||
this.$store.commit('setInRightDrawer', null)
|
this.$store.commit('setInRightDrawer', null)
|
||||||
|
this.$page.title = "Mon grimoire"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,7 @@ $icon-bookmark: "\e900";
|
||||||
|
|
||||||
.breadcrumb-logo {
|
.breadcrumb-logo {
|
||||||
color: $color-gold;
|
color: $color-gold;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
.brand-logo {
|
.brand-logo {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue