prettier'd since less than 3 attr/prop
This commit is contained in:
parent
2d4a1f59b5
commit
f8a475b13d
1 changed files with 1 additions and 3 deletions
|
|
@ -5,9 +5,7 @@
|
||||||
<component :is="Component" @focusin="handleAnyComponentFocus" />
|
<component :is="Component" @focusin="handleAnyComponentFocus" />
|
||||||
</transition>
|
</transition>
|
||||||
</router-view>
|
</router-view>
|
||||||
<loadingModal
|
<loadingModal :showLoader="shouldShowLoader" :showTextCarousel="shouldShowTextCarousel" />
|
||||||
:showLoader="shouldShowLoader"
|
|
||||||
:showTextCarousel="shouldShowTextCarousel" />
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue