mirror of
https://github.com/romancm/gamebrary
synced 2024-12-01 07:19: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>
|
<div>
|
||||||
<!-- TODO: allow board settings to be accessed here -->
|
<!-- TODO: allow board settings to be accessed here -->
|
||||||
|
|
||||||
<template v-if="loading">
|
<template v-if="loading && Object.keys(boards).length === 0">
|
||||||
<b-card
|
<b-card
|
||||||
v-for="n in 3"
|
v-for="n in 3"
|
||||||
:key="n"
|
:key="n"
|
||||||
|
|
Loading…
Reference in a new issue