diff --git a/app.vue b/app.vue index 4086e2f..7e0f710 100644 --- a/app.vue +++ b/app.vue @@ -1,6 +1,6 @@ + + + + \ No newline at end of file diff --git a/components/CardOverlay.vue b/components/CardOverlay.vue index e3e4d53..4d0d885 100644 --- a/components/CardOverlay.vue +++ b/components/CardOverlay.vue @@ -5,6 +5,7 @@ export interface Props { card_id: number | undefined } +const settingsStore = useSettingsStore() const props = defineProps() const card: Ref = ref(null) @@ -32,7 +33,8 @@ const y = computed(() => {