zbf

Results 51 comments of zbf

正式版发布了,[文档](https://imzbf.github.io/md-editor-v3/zh-CN/docs#%F0%9F%AA%92%20transformImgUrl)

Can you provide a complete code for restoring the issue.

This example does not utilize Vuetify.

Please uninstall `md-editor-v3` first and then try reinstalling it again

Or delete your lock file and try again

没有内置到编辑器的计划,不过会考虑在扩展库中开发它

放弃这个组件

取消生成source map试试,这个组件没有提供source map

你可以考虑这样做,在 nuxt.config.js 文件中,添加或修改 build 配置对象,并设置 transpile 选项中的 sourceMap 属性为 false(对于生产环境)。 ```js export default { // ... build: { transpile: { // Disable source maps for production builds sourceMap: process.env.NODE_ENV !==...

这个问题保留一段时间,看有其他使用nuxt的伙伴有了解这类问题的能否提供帮助