fix ui warnings

This commit is contained in:
jxxghp
2025-04-13 16:00:31 +08:00
parent 8b53cd0a09
commit cb5bccc945
12 changed files with 70 additions and 70 deletions

View File

@@ -26,5 +26,5 @@ const themes: ThemeSwitcherTheme[] = [
</script>
<template>
<ThemeSwitcher class="ms-2" :themes="themes" />
<ThemeSwitcher :themes="themes" />
</template>