avances poderosos en ui
This commit is contained in:
14
ui/src/views/ChatView.vue
Normal file
14
ui/src/views/ChatView.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup>
|
||||
/* Vista raíz “/” → muestra el chat estilo ChatGPT */
|
||||
import CanvasChat from '@/components/chat/CanvasChat.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="h-full flex flex-col">
|
||||
<CanvasChat class="flex-1" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/* nada por ahora */
|
||||
</style>
|
||||
Reference in New Issue
Block a user