feat: Issue #33, wisdom pane connected to game state data

This commit is contained in:
John McCardle 2022-01-09 19:29:57 -05:00
commit 1b65b8bbea
3 changed files with 51 additions and 3 deletions

View file

@ -88,9 +88,7 @@
Tab 5 content
</template>
<template v-else-if="$store.state.activeTabIndex === 5">
Tab 6 content
</template>
<sixth-tab-content v-else-if="$store.state.activeTabIndex === 5" />
</div>
</main>