diff --git a/pages/demo.vue b/pages/demo.vue index f87b889..ca03a34 100644 --- a/pages/demo.vue +++ b/pages/demo.vue @@ -5,10 +5,10 @@ const system = ref(false); const checkTitle = () => { if (!title.value) return; system.value = CheckKidUnfriendlyContent(title.value); -} +};