prettier'd since less than 3 attr/prop

This commit is contained in:
Bill Richardson 2023-10-27 14:33:25 -04:00
parent 2d4a1f59b5
commit f8a475b13d

View file

@ -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>