prettier'd
This commit is contained in:
parent
e25425e2a0
commit
ab31d642bb
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@
|
|||
<component :is="Component" @focusin="handleAnyComponentFocus" />
|
||||
</transition>
|
||||
</router-view>
|
||||
<loadingModal notFullScreen :showLoader="shouldShowLoader" :showTextCarousel="shouldShowTextCarousel" />
|
||||
<loadingModal
|
||||
notFullScreen
|
||||
:showLoader="shouldShowLoader"
|
||||
:showTextCarousel="shouldShowTextCarousel" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue