mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
feat:#18 fixed type
This commit is contained in:
@ -26,9 +26,9 @@ const primeVue = usePrimeVue();
|
||||
|
||||
const emit = defineEmits(["dark-mode-toggled"]);
|
||||
|
||||
const store = settingsStore();
|
||||
const store = settingsStore;
|
||||
|
||||
const isDark = computed(() => store.isDark);
|
||||
const isDark = computed(() => store().isDark);
|
||||
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user