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" />
|
<component :is="Component" @focusin="handleAnyComponentFocus" />
|
||||||
</transition>
|
</transition>
|
||||||
</router-view>
|
</router-view>
|
||||||
<loadingModal notFullScreen :showLoader="shouldShowLoader" :showTextCarousel="shouldShowTextCarousel" />
|
<loadingModal
|
||||||
|
notFullScreen
|
||||||
|
:showLoader="shouldShowLoader"
|
||||||
|
:showTextCarousel="shouldShowTextCarousel" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue