mirror of
https://github.com/keven1024/015.git
synced 2026-06-06 12:29:34 +00:00
feat(front): integrate markdown-it for rendering markdown content in MarkdownRender component
This commit is contained in:
@@ -39,7 +39,7 @@ const componentMap = {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="rounded-xl p-5 bg-white/50 backdrop-blur-xl w-full lg:w-200 my-5">
|
||||
<div class="rounded-xl p-5 bg-white/50 backdrop-blur-xl w-full lg:w-200 my-5 overflow-hidden">
|
||||
<div v-if="isLoading" class="flex flex-col gap-5 items-center">
|
||||
<Skeleton class="w-20 h-5 rounded-full" />
|
||||
<Skeleton class="w-16 h-16 rounded-xl" />
|
||||
|
||||
Reference in New Issue
Block a user