Merge 1e4c8cc3e3 into 3eaef4a748
This commit is contained in:
commit
a1b1f8df0d
|
|
@ -121,6 +121,7 @@ const selectedUsers = ref<User[]>([])
|
|||
role: 'user',
|
||||
content: input,
|
||||
})
|
||||
input = ''
|
||||
}"
|
||||
>
|
||||
<Input v-model="input" placeholder="Type a message..." class="flex-1" />
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@ const selectedUsers = ref<User[]>([])
|
|||
role: 'user',
|
||||
content: input,
|
||||
})
|
||||
input = ''
|
||||
}"
|
||||
>
|
||||
<Input v-model="input" placeholder="Type a message..." class="flex-1" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user