提交 f3b99152 编写于 作者: D DebugIsFalse

feature: add test md

上级 5c0d3fd6
<template>
<MdRenderer :content="mdContent" />
</template>
<script setup>
const mdContent = ref('');
const { data } = await useFetch('https://ieditor-ai.inscode.cc/ai/md', { method: 'post' });
mdContent.value = data.value.content;
</script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册