docs: use new prose component Tabs (#920)

This commit is contained in:
Benjamin Canac
2023-11-07 13:01:42 +01:00
committed by GitHub
parent c601fc6c55
commit 042603a3c7
7 changed files with 76 additions and 85 deletions

View File

@@ -24,7 +24,7 @@ const name = `U${upperFirst(camelName)}`
const preset = config[camelName]
const { data: ast } = await useAsyncData(`${name}-preset`, () => transformContent('content:_markdown.md', `
\`\`\`json [${name}.vue]
\`\`\`json
${JSON.stringify(preset, null, 2)}
\`\`\`\
`, {