From 229ae8e41c8540e0b5e1297ac0d19907997f5209 Mon Sep 17 00:00:00 2001 From: chu fan Date: Thu, 12 Oct 2023 23:54:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dxmind=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BD=BF=E7=94=A8viewer=E4=BE=9D=E8=B5=96=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=BC=82=E5=B8=B8=EF=BC=8C=E9=85=8D=E7=BD=AE=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E7=BB=84=E4=BB=B6=E5=8F=AA=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/components/HelloWorld.vue | 12 ------------ docs/.vuepress/components/XMindManager.vue | 6 +++++- docs/.vuepress/config/plugins.config.ts | 1 - docs/manuscripts/mark-map/readme.md | 2 ++ scripts/.exec | 3 ++- 5 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 docs/.vuepress/components/HelloWorld.vue diff --git a/docs/.vuepress/components/HelloWorld.vue b/docs/.vuepress/components/HelloWorld.vue deleted file mode 100644 index 7abf202..0000000 --- a/docs/.vuepress/components/HelloWorld.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - - - \ No newline at end of file diff --git a/docs/.vuepress/components/XMindManager.vue b/docs/.vuepress/components/XMindManager.vue index ceafdcd..ef5b263 100644 --- a/docs/.vuepress/components/XMindManager.vue +++ b/docs/.vuepress/components/XMindManager.vue @@ -2,6 +2,8 @@ 参考链接: - https://www.npmjs.com/package/xmind-embed-viewer - https://xmindltd.github.io/xmind-embed-viewer/ + 注意: + - 使用ClientOnly内置组件,只在客户端加载,避免依赖构建出错 -->