1
0

feat: camelcase global components

This commit is contained in:
Dominik Pschenitschni
2024-06-18 17:48:04 +02:00
committed by konrad
parent 1977a7bee0
commit f36115871c
74 changed files with 236 additions and 236 deletions

View File

@ -1,5 +1,5 @@
<template>
<card
<Card
class="has-no-shadow how-it-works-modal"
:title="$t('input.datemathHelp.title')"
>
@ -118,7 +118,7 @@
</tr>
</tbody>
</table>
</card>
</Card>
</template>
<script lang="ts" setup>

View File

@ -84,7 +84,7 @@
{{ $t('input.datemathHelp.learnhow') }}
</BaseButton>
<modal
<Modal
:enabled="showHowItWorks"
transition-name="fade"
:overflow="true"
@ -92,7 +92,7 @@
@close="() => showHowItWorks = false"
>
<DatemathHelp />
</modal>
</Modal>
</div>
</div>
</template>

View File

@ -61,7 +61,7 @@
{{ $t('input.datemathHelp.learnhow') }}
</BaseButton>
<modal
<Modal
:enabled="showHowItWorks"
transition-name="fade"
:overflow="true"
@ -69,7 +69,7 @@
@close="() => showHowItWorks = false"
>
<DatemathHelp />
</modal>
</Modal>
</div>
</div>
</template>