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