Refactor
Current
The component CharacterInfo.vue declares multiple computed properties which are then passed into CheckboxInfo.vue.
Expected
The component CharacterInfo should use mapState from vuex to create its computed properties instead, as this will be much less verbose.
Refactor
Current
The component CharacterInfo.vue declares multiple computed properties which are then passed into CheckboxInfo.vue.
Expected
The component CharacterInfo should use mapState from vuex to create its computed properties instead, as this will be much less verbose.