From 30e8e89422e4cb830f116635e422bdcc56f2510f Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sat, 31 Aug 2024 14:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=8D=9A=E5=AE=A2=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8A=A0=E5=85=A5=E5=88=B0=E5=8D=9A=E5=AE=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/views/BlogContent.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index 63e65b4..7e9a57b 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -8,6 +8,7 @@ import { markedHighlight } from "marked-highlight"; import hljs from 'highlight.js'; import "highlight.js/styles/xcode.css"; import BlogContentToolBar from '@/components/Blog/BlogContentToolBar.vue'; +import BlogComment from '@/components/Blog/BlogComment.vue'; const loadStatus = ref(0);// 0加载中 -1加载失败 -2文章不存在或不可见 1加载成功 const route = useRoute(); @@ -64,6 +65,8 @@ onMounted(async () => {
+ +