Commit 4c567409 authored by tyyin lan's avatar tyyin lan

fix(首页): 对话消息发送按钮失效

parent 35974bd1
......@@ -251,9 +251,9 @@ function handleQuestionSubmitEnter(event: KeyboardEvent) {
>
<template #suffix>
<div class="flex h-full items-end pb-[10px]">
<n-button type="primary" :disabled="isQuestionSubmitBtnDisabled"
><i class="iconfont icon-send-icon"></i
></n-button>
<n-button type="primary" :disabled="isQuestionSubmitBtnDisabled" @click="() => questionSubmit()">
<i class="iconfont icon-send-icon"></i>
</n-button>
</div>
</template>
</n-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment