From 63c1deb6305f91c62070188ede9242ecb00c6bf6 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 3 Mar 2022 16:17:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20md=E7=BC=96=E8=BE=91=E5=99=A8=E5=87=BA?= =?UTF-8?q?=E7=8E=B0toc=E6=B7=B7=E4=B9=B1=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/components/MDEditor/components/pro/pro.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/js/components/MDEditor/components/pro/pro.js b/resources/assets/js/components/MDEditor/components/pro/pro.js index f2254e47..911e77c7 100644 --- a/resources/assets/js/components/MDEditor/components/pro/pro.js +++ b/resources/assets/js/components/MDEditor/components/pro/pro.js @@ -21,6 +21,7 @@ export default { }, mounted() { + tocObj.reset() this.init(); this.createEditor(); },