mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
amélioration et consolidation du calculateur de caractéristiques
This commit is contained in:
parent
1eaeef1d97
commit
5d94e77883
10 changed files with 215 additions and 132 deletions
|
|
@ -11,7 +11,13 @@ import Breadcrumb from '@theme/components/Breadcrumb'
|
|||
import AbilityCalculator from '@theme/components/AbilityCalculator'
|
||||
|
||||
export default {
|
||||
components: { Breadcrumb, AbilityCalculator }
|
||||
components: { Breadcrumb, AbilityCalculator },
|
||||
|
||||
mounted () {
|
||||
this.$store.commit('setHasRightDrawer', false)
|
||||
this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp)
|
||||
this.$store.commit('setInRightDrawer', null)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue