diff --git a/apps/front/src/component/PageV2/PageV2Content.vue b/apps/front/src/component/PageV2/PageV2Content.vue index 2746225..9671577 100644 --- a/apps/front/src/component/PageV2/PageV2Content.vue +++ b/apps/front/src/component/PageV2/PageV2Content.vue @@ -14,13 +14,14 @@ import PageV2Image from './PageV2NodeKind/PageV2Image.vue'; defineProps<{ page: Node; + checked?: boolean; }>();