fix preloader
Gitea Actions Demo / build_and_push (push) Failing after 37s
Details
Gitea Actions Demo / build_and_push (push) Failing after 37s
Details
This commit is contained in:
parent
164fd4bede
commit
ea1c8105f9
|
|
@ -8,6 +8,13 @@
|
|||
:dzenLink=dzenLink
|
||||
:isPrivate=true
|
||||
/>
|
||||
<div v-else>
|
||||
<VaInnerLoading
|
||||
loading
|
||||
:size="60"
|
||||
>
|
||||
</VaInnerLoading>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,13 @@
|
|||
:dzenLink=dzenLink
|
||||
:isPrivate=false
|
||||
/>
|
||||
<div v-else>
|
||||
<VaInnerLoading
|
||||
loading
|
||||
:size="60"
|
||||
>
|
||||
</VaInnerLoading>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<template>
|
||||
<div v-if="workoutItem">
|
||||
<div id="workout-container">
|
||||
<div id="workout-map">
|
||||
<yandex-map v-model="map" :settings="{
|
||||
|
|
@ -90,14 +89,6 @@
|
|||
pointerAxies="currentCoordinates"
|
||||
>
|
||||
</LineWithLineChart>
|
||||
</div>
|
||||
<div v-else>
|
||||
<VaInnerLoading
|
||||
loading
|
||||
:size="60"
|
||||
>
|
||||
</VaInnerLoading>
|
||||
</div>
|
||||
<VaModal v-if="isPrivate"
|
||||
v-model="showModalTitle"
|
||||
ok-text="OK"
|
||||
|
|
|
|||
Loading…
Reference in New Issue