feat: 替换了markdown 的组件
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<view>
|
||||
<ua-markdown :source="text" />
|
||||
<zero-markdown-view :markdown="text" :aiMode='true'></zero-markdown-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { defineProps } from "vue";
|
||||
|
||||
|
||||
defineProps({
|
||||
text: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user