vue-markdown-editor icon indicating copy to clipboard operation
vue-markdown-editor copied to clipboard

使用 vuepress 主题时报错

Open toplyb opened this issue 2 years ago • 1 comments

按照文档照搬的,使用的是按需导入,但是无法支持代码高亮模式,并且使用导入所有语言包的时候,提示找不到 import "prismjs/components/prism-all"

toplyb avatar Aug 25 '23 06:08 toplyb

import "prismjs/components"

试试这个

lincenying avatar Jan 30 '24 09:01 lincenying