chore: 移除部分无用代码
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m37s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m37s
This commit is contained in:
@ -13,11 +13,8 @@
|
||||
|
||||
const props = defineProps<Props>();
|
||||
|
||||
const contentWithAbsoluteUrls = convertMedia(props.content);
|
||||
|
||||
// 将 Markdown 转换成 HTML
|
||||
const safeHtml = computed(() => renderMarkdown(contentWithAbsoluteUrls));
|
||||
// const safeHtml = computed(() => renderMarkdown(props.content))
|
||||
const safeHtml = computed(() => renderMarkdown(props.content));
|
||||
|
||||
const container = ref<HTMLElement | null>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user