imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.69k stars 162 forks source link

路由切换后引入的 CDN 资源并未移除 #698

Closed shadowmas closed 1 month ago

shadowmas commented 1 month ago

描述这个Bug

预览组件中使用了 highlight.js、Katex 等 cdnjs.cloudflare.com 上的资源。路由切到其它页面后 , 这些资源依然在 header 内

版本号

4.20.4

问题重现链接

No response

imzbf commented 1 month ago

特意保留了这个特性,考虑到多个组件可能会同时使用到编辑器组件,重复嵌入会产生麻烦。如果这个对你造成很大的困扰的话,建议参考这个示例取消使用CDN,采用本地依赖的方式去添加这些库。