From 4bd374e747559405fe81c029f0392e4fd7f23485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= Date: Wed, 15 Mar 2023 09:55:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E5=AD=90=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.BBS.Vue3/src/components/TreeArticleInfo.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Yi.BBS.Vue3/src/components/TreeArticleInfo.vue b/Yi.BBS.Vue3/src/components/TreeArticleInfo.vue index 3ebb7e09..9dd6cddf 100644 --- a/Yi.BBS.Vue3/src/components/TreeArticleInfo.vue +++ b/Yi.BBS.Vue3/src/components/TreeArticleInfo.vue @@ -48,3 +48,13 @@ const handleNodeClick = (data) => { emits('handleNodeClick',data) }; + \ No newline at end of file