add: extract plain faq
Add Schema Org for FAQ
This commit is contained in:
parent
bb77bb6a5b
commit
a86b89dc98
5 changed files with 40 additions and 12 deletions
|
@ -10,9 +10,10 @@
|
|||
<script setup lang="ts">
|
||||
type Props = {
|
||||
title: string
|
||||
answer ?: string
|
||||
}
|
||||
|
||||
defineProps<Props>()
|
||||
const { title, answer = '' } = defineProps<Props>()
|
||||
|
||||
const open = ref(false)
|
||||
const toggle = (event : MouseEvent) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue