|
|
@ -126,7 +126,7 @@ watch(
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</HoverButton>
|
|
|
|
</HoverButton>
|
|
|
|
<NInput v-model:value="prompt" placeholder="Type a message..." @keypress="handleEnter" />
|
|
|
|
<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>
|
|
|
|
<template #icon>
|
|
|
|
<SvgIcon icon="ri:send-plane-fill" />
|
|
|
|
<SvgIcon icon="ri:send-plane-fill" />
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|