mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-19 19:04:01 +00:00
fix: 修复提交按钮因为合并导致失效 #31
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user