You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
I've made a LoadingIndicator component which should display if the current collection is loading. I'm using collection.isLoading in an v-if to check if the loading indicator should show or not:
It looks like isLoading is returning false while it shouldn't when used inside a Vue <template>, but I could be mistaken.
Tom
The text was updated successfully, but these errors were encountered:
Hi!
I've made a LoadingIndicator component which should display if the current collection is loading. I'm using
![image](https://user-images.githubusercontent.com/3918317/61784269-b66c4b80-ae09-11e9-9a5d-65969fbe71f5.png)
collection.isLoading
in anv-if
to check if the loading indicator should show or not:It looks like isLoading is returning false while it shouldn't when used inside a Vue
<template>
, but I could be mistaken.Tom
The text was updated successfully, but these errors were encountered: