only show boards skeleton if no boards available and loading

This commit is contained in:
Gamebrary 2020-11-23 16:34:06 -07:00
parent 328b998736
commit 032f1124a2

View file

@ -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"