mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
commit
85cded8abd
@ -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
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user