mirror of
https://github.com/romancm/gamebrary
synced 2024-11-30 23:09:14 +00:00
only show boards skeleton if no boards available and loading
This commit is contained in:
parent
328b998736
commit
032f1124a2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<!-- TODO: allow board settings to be accessed here -->
|
||||
|
||||
<template v-if="loading">
|
||||
<template v-if="loading && Object.keys(boards).length === 0">
|
||||
<b-card
|
||||
v-for="n in 3"
|
||||
:key="n"
|
||||
|
|
Loading…
Reference in a new issue