update(flow): disable loading component if prop not passed
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -231,8 +231,8 @@ export default {
|
|||||||
</ZoomPane>
|
</ZoomPane>
|
||||||
</Renderer>
|
</Renderer>
|
||||||
</template>
|
</template>
|
||||||
<template #fallback>
|
<template v-if="store.loading" #fallback>
|
||||||
<slot name="loading-indicator">
|
<slot v-if="!store.isReady" name="loading-indicator">
|
||||||
<LoadingIndicator :label="store.loading">
|
<LoadingIndicator :label="store.loading">
|
||||||
<slot name="loading-label" />
|
<slot name="loading-label" />
|
||||||
</LoadingIndicator>
|
</LoadingIndicator>
|
||||||
|
|||||||
Reference in New Issue
Block a user