fix: md编辑器出现toc混乱的情况

This commit is contained in:
kuaifan 2022-03-03 16:17:49 +08:00
parent 424e2428fe
commit 63c1deb630

View File

@ -21,6 +21,7 @@ export default {
},
mounted() {
tocObj.reset()
this.init();
this.createEditor();
},