mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-02 19:08:59 +00:00
refactor(i18n): strict type checking for SettingsPage component
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
f4db8b86f7
commit
2426a4c547
@ -19,5 +19,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
defineProps<{ pageTitle?: string }>();
|
||||
import type { messages } from 'vue-i18n';
|
||||
|
||||
defineProps<{ pageTitle?: keyof messages }>();
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user