mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
Don't show board actions until board is loaded
This commit is contained in:
parent
df9ba2e81d
commit
cb4f84dfa4
1 changed files with 5 additions and 5 deletions
|
@ -9,12 +9,12 @@
|
|||
:listIndex="listIndex"
|
||||
:key="list.name"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<div class="d-flex flex-column pr-3">
|
||||
<add-list />
|
||||
<board-settings />
|
||||
</div>
|
||||
<div class="d-flex flex-column pr-3">
|
||||
<add-list />
|
||||
<board-settings />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<game-modal />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue