From 4881ea794dd9241b67c862236183b76d4d66e1f8 Mon Sep 17 00:00:00 2001
From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com>
Date: Tue, 14 Oct 2025 18:30:21 +0200
Subject: [PATCH] refactor: move `basicPropValidator` function to the correct
`script` section
---
frontend/app/components/PageCard.vue | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/frontend/app/components/PageCard.vue b/frontend/app/components/PageCard.vue
index 09e658b..13fe65e 100644
--- a/frontend/app/components/PageCard.vue
+++ b/frontend/app/components/PageCard.vue
@@ -1,10 +1,3 @@
-
-
@@ -16,6 +9,11 @@ function basicPropValidator(value: string, _other_props: any) {