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