docs: prepare for chat components (#3844)

This commit is contained in:
Benjamin Canac
2025-04-10 19:31:12 +02:00
committed by GitHub
parent fb4c210b41
commit 981de8b295
6 changed files with 243 additions and 16 deletions

View File

@@ -328,7 +328,7 @@ const { data: ast } = await useAsyncData(`component-code-${name}-${hash({ props:
<template>
<div class="my-5">
<div>
<div class="relative">
<div v-if="options.length" class="flex flex-wrap items-center gap-2.5 border border-(--ui-border-muted) border-b-0 relative rounded-t-[calc(var(--ui-radius)*1.5)] px-4 py-2.5 overflow-x-auto">
<template v-for="option in options" :key="option.name">
<UFormField