We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc36c6e commit 3054b45Copy full SHA for 3054b45
packages/api-reference/src/v2/blocks/scalar-request-example-block/components/RequestExample.vue
@@ -251,11 +251,9 @@ const selectClient = (option: ClientOption) => {
251
const id = useId()
252
</script>
253
<template>
254
- <!-- External docs -->
255
- <LinkList>
256
- <ExternalDocs
257
- v-if="operation.externalDocs"
258
- :value="operation.externalDocs" />
+ <!-- External Docs -->
+ <LinkList v-if="operation.externalDocs">
+ <ExternalDocs :value="operation.externalDocs" />
259
</LinkList>
260
<ScalarCard
261
v-if="clients.length"
0 commit comments