This commit is contained in:
Icey Wu 2024-12-18 14:49:49 +08:00 committed by GitHub
commit a1b1f8df0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,7 @@ const selectedUsers = ref<User[]>([])
role: 'user', role: 'user',
content: input, content: input,
}) })
input = ''
}" }"
> >
<Input v-model="input" placeholder="Type a message..." class="flex-1" /> <Input v-model="input" placeholder="Type a message..." class="flex-1" />

View File

@ -121,6 +121,7 @@ const selectedUsers = ref<User[]>([])
role: 'user', role: 'user',
content: input, content: input,
}) })
input = ''
}" }"
> >
<Input v-model="input" placeholder="Type a message..." class="flex-1" /> <Input v-model="input" placeholder="Type a message..." class="flex-1" />