QuoteStore.js:20
[Vue warn]: Property "isActive" was accessed during render but is not defined on instance.
at <BaseTransition appear=false persisted=false mode=undefined ... >
at <Transition name="fade" >
at <VueLoading active=false onUpdate:active=fn is-full-page=false >
When I try to use the loading overlay with the composition API in a SFC i get this warning and the loader won't show. What am I doing wrong?