feat: 画布内聊天组件
This commit is contained in:
@@ -25,12 +25,14 @@
|
||||
</div>
|
||||
</div> -->
|
||||
<flow-canvas />
|
||||
<Assistant />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import flowCanvas from './FlowCanvas/flow-canvas.vue'
|
||||
import card from './FlowCanvas/components/nodes/cards/index.vue'
|
||||
import Assistant from '../Assistant/assistant.vue'
|
||||
import { computed, ref, markRaw, onMounted, reactive, nextTick } from 'vue'
|
||||
const data = reactive({
|
||||
x: 100,
|
||||
|
||||
Reference in New Issue
Block a user