[O] Only show loading when loading text is not empty
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
</overall>
|
</overall>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<loading :text="loading"></loading>
|
<loading v-if="loading !== ''" :text="loading"></loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user