mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Fix the demo
This commit is contained in:
parent
2495911a81
commit
4080eeaa3e
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ const system = ref(false);
|
|||
const checkTitle = () => {
|
||||
if (!title.value) return;
|
||||
system.value = CheckKidUnfriendlyContent(title.value);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<input type="text" v-model="title">
|
||||
<button @click="checkTitle">
|
||||
<div>{{ system }}</div>
|
||||
<input type="text" v-model="title" />
|
||||
<button @click="checkTitle"></button>
|
||||
<div>{{ system }}</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue