Merge pull request #16 from IT4Change/cleanup

fix(frontend): cleanup
This commit is contained in:
Ulf Gebhardt 2023-11-25 11:54:43 +01:00 committed by GitHub
commit 85cded8abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -110,13 +110,14 @@ The following endpoints are provided given the right command is executed or all
## TODO
- [ ] translations & language switch
- [ ] tests
- [ ] stories
- [ ] responsive design
## Known Problems
- [ ] Image Rerender flicker
- [ ] [Image flicker](https://github.com/vuetifyjs/vuetify/issues/18772)
- [ ] [Black Buttons](https://github.com/vuetifyjs/vuetify/issues/18773)
## License

View File

@ -3,7 +3,7 @@
<template v-else><slot name="placeholder" /></template>
</template>
<script setup>
<script lang="ts" setup>
import { ref, onMounted } from 'vue'
const isMounted = ref(false)

View File

@ -15,7 +15,7 @@
"reset": {
"h1": "Den Zähler zurücksetzen",
"menu": "Zurücksetzen",
"text": "Zurücksetzent: {count}"
"text": "Zurücksetzen: {count}"
},
"value": {
"h1": "Der Zähler",