本页内容
显示一个表单文本域或一个看起来像文本域的组件。
npx shadcn-vue@latest add textarea
<script setup lang="ts"> import { Textarea } from '@/components/ui/textarea' </script> <template> <Textarea /> </template>
您的消息将被复制给支持团队。
You can @mention other users and organizations.