Skip to content
Snippets Groups Projects
Commit dcf26934 authored by Tobias Kuhnert's avatar Tobias Kuhnert
Browse files

updated - added missing feature/removed unused code

parent d39dc9f3
No related branches found
No related tags found
2 merge requests!296Merge develop for staging release,!225Draft: Resolve "[Refactoring] Improve vuex store usage"
......@@ -33,10 +33,12 @@ implied. See the Licence for the specific language governing
permissions and limitations under the Licence.
-->
<template>
<ProgressIndicator
v-model="isLoading"
/>
<NuxtChild/>
<div>
<ProgressIndicator
v-model="isLoading"
/>
<NuxtChild/>
</div>
</template>
<script lang="ts">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment