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 4e236a6 commit cd7398bCopy full SHA for cd7398b
packages/elements/src/prompt-input/PromptInputButton.vue
@@ -2,7 +2,7 @@
2
import type { HTMLAttributes } from 'vue'
3
import { InputGroupButton } from '@repo/shadcn-vue/components/ui/input-group'
4
import { cn } from '@repo/shadcn-vue/lib/utils'
5
-import { computed, useSlots } from 'vue'
+import { Comment, computed, Text, useSlots } from 'vue'
6
7
type InputGroupButtonProps = InstanceType<typeof InputGroupButton>['$props']
8
0 commit comments