1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-11-02 16:28:27 +00:00

fix hydratation bug

This commit is contained in:
Maxime Moraine 2020-05-17 18:11:29 +02:00
parent e6db40180e
commit c4e61f5c70
4 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template>
<v-btn color="primary" class="mb-4" depressed link to="/mon-bestiaire/">Mon bestiaire<v-chip v-if="$store.state.myMonsters.monsters.length > 0" class="ml-2" color="#fff" small label>{{ $store.state.myMonsters.monsters.length }}</v-chip></v-btn>
<v-btn color="primary" class="mb-4" depressed link to="/mon-bestiaire/">Mon bestiaire<v-chip v-show="$store.state.myMonsters.monsters.length > 0" class="ml-2" color="#fff" small label>{{ $store.state.myMonsters.monsters.length }}</v-chip></v-btn>
</template>
<script>