fix and refactor code

This commit is contained in:
2026-04-27 15:45:06 +03:00
parent 316d06b1d2
commit 05076eb367
17 changed files with 89 additions and 91 deletions

View File

@@ -22,7 +22,7 @@
<script setup lang="ts">
import { watch } from 'vue'
import { useSettingsStore } from './stores/settings'
import { useSettingsStore } from '@/stores/settings'
const settings = useSettingsStore()