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
|
## TODO
|
||||||
|
|
||||||
- [ ] translations & language switch
|
|
||||||
- [ ] tests
|
- [ ] tests
|
||||||
- [ ] stories
|
- [ ] stories
|
||||||
|
- [ ] responsive design
|
||||||
|
|
||||||
## Known Problems
|
## Known Problems
|
||||||
|
|
||||||
- [ ] Image Rerender flicker
|
- [ ] [Image flicker](https://github.com/vuetifyjs/vuetify/issues/18772)
|
||||||
|
- [ ] [Black Buttons](https://github.com/vuetifyjs/vuetify/issues/18773)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<template v-else><slot name="placeholder" /></template>
|
<template v-else><slot name="placeholder" /></template>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script lang="ts" setup>
|
||||||
import { ref, onMounted } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
|
|
||||||
const isMounted = ref(false)
|
const isMounted = ref(false)
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
"reset": {
|
"reset": {
|
||||||
"h1": "Den Zähler zurücksetzen",
|
"h1": "Den Zähler zurücksetzen",
|
||||||
"menu": "Zurücksetzen",
|
"menu": "Zurücksetzen",
|
||||||
"text": "Zurücksetzent: {count}"
|
"text": "Zurücksetzen: {count}"
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"h1": "Der Zähler",
|
"h1": "Der Zähler",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user