fix: 修复提交按钮因为合并导致失效 #31
This commit is contained in:
parent
cb8e2cf814
commit
d9761ed0e5
|
@ -126,7 +126,7 @@ watch(
|
|||
</span>
|
||||
</HoverButton>
|
||||
<NInput v-model:value="prompt" placeholder="Type a message..." @keypress="handleEnter" />
|
||||
<NButton type="primary" :loading="loading" @click="handleCancel">
|
||||
<NButton type="primary" :loading="loading" @click="handleSubmit">
|
||||
<template #icon>
|
||||
<SvgIcon icon="ri:send-plane-fill" />
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue