feat: 代码调整
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
<template>
|
||||
<view class="chat-ai">
|
||||
<!-- <text>{{ text }}</text> -->
|
||||
<!-- <XMarkdown :markdown="text"/> -->
|
||||
<ua-markdown :source="text" />
|
||||
<ChatMarkdown :text="text"></ChatMarkdown>
|
||||
<slot></slot>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { defineProps } from "vue";
|
||||
import ChatMarkdown from "./ChatMarkdown.vue";
|
||||
|
||||
defineProps({
|
||||
text: {
|
||||
|
||||
Reference in New Issue
Block a user