try to fix flash EmptyResutls on qr-codes
Deploy app frontend / app frontend (push) Successful in 1m45s
Deploy app frontend / app frontend (push) Successful in 1m45s
This commit is contained in:
@@ -17,7 +17,7 @@ const { data, error, refetch, isSuccess, isError, isLoading } = query
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<slot v-if="isSuccess" name="default" :data="data!" />
|
||||
<slot v-if="isSuccess && data" name="default" :data />
|
||||
<slot v-else-if="isLoading" name="loading">
|
||||
<div class="text-center text-gray-500" v-if="!slots.loading">
|
||||
<ProgressSpinner styleClass="mt-4" />
|
||||
|
||||
Reference in New Issue
Block a user