Theme switcher and BULMA

This commit is contained in:
2026-09-11 13:30:02 +02:00
parent fb152bd023
commit fcd4d4743b
13 changed files with 123 additions and 54 deletions
-8
View File
@@ -1,8 +0,0 @@
<template>
{{ t('common.save') }}
</template>
<script setup>
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
</script>