vue-code-diff icon indicating copy to clipboard operation
vue-code-diff copied to clipboard

vue文件差异对比

Results 42 vue-code-diff issues
Sort by recently updated
recently updated
newest added

接口数据没有问题,但是前端展示old-string里字段值被new-string里的字段值替换

问题:项目在18版本下运行时,出现Module not found: Can't resolve 'vue-code-diff'的报错,排查到组件的main入口路径存在问题 原因:Node 16/18 及以后版本,对 main 字段的解析变得严格,如果以 / 开头,会被当作绝对路径,即 /dist/vue-code-diff.js(磁盘根目录下),而不是包内路径。 ![Image](https://github.com/user-attachments/assets/c7eb6548-9fa3-4ff5-867c-2ebd134cba5b)