diff --git a/components/CardPreview.vue b/components/CardPreview.vue index 3455620..97b1d78 100644 --- a/components/CardPreview.vue +++ b/components/CardPreview.vue @@ -11,7 +11,8 @@ export interface Props { const props = withDefaults(defineProps(), { wrapped: () => false, - tilted: () => true + tilted: () => true, + locked: () => true }) @@ -44,9 +45,9 @@ watch(