continue scaffolding and refine the basic foundation
This commit is contained in:
+3
-1
@@ -96,6 +96,8 @@ onMounted(() => {
|
||||
<template>
|
||||
<div class="flex flex-col items-center pt-12 px-4 h-full gap-12">
|
||||
<h1 class="text-center">{{ animatedText }}<span class="cursor"> </span></h1>
|
||||
<ChatInput @submit="handleChatSubmit" />
|
||||
<div class="max-w-4xl h-full w-full">
|
||||
<ChatInput @submit="handleChatSubmit" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user