feat: dressfor页面作为聊天起始
This commit is contained in:
@@ -86,7 +86,7 @@ const shortcutList: string[] = [
|
||||
|
||||
const handleSend = (): void => {
|
||||
if (inputValue.value.trim()) {
|
||||
console.log('input发送消息:', inputValue.value)
|
||||
// console.log('input发送消息:', inputValue.value)
|
||||
emit('send-message', inputValue.value)
|
||||
inputValue.value = ''
|
||||
// 重置textarea高度
|
||||
|
||||
Reference in New Issue
Block a user