feat: add Input component and integrate it into chatbot; enhance chatbot layout with new message input

This commit is contained in:
yuanhau 2025-05-13 22:38:15 +08:00
parent 5803207451
commit 784b45451e
3 changed files with 39 additions and 3 deletions

View file

@ -0,0 +1 @@
export { default as Input } from './Input.vue'