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

A vue code diff display plugin, support Vue2 / Vue3

Results 53 v-code-diff issues
Sort by recently updated
recently updated
newest added

您的插件写的非常好,我这边使用基本没问题, 但看到网上有一个相似的网站:https://www.diffchecker.com/ 他做了merge功能,不知道您这边能否实现 ![1](https://github.com/Shimada666/v-code-diff/assets/26054766/1be54dac-497b-4a7c-bcdf-fdca28cac4f0)

object is not a function 我也遇到了这个问题,但是是可以手动解决的 安装@vue/composition-api 然后升级你的vue模版目前我的我的是升级到2.6.14就可以解决问题 然后我本地就可以正常运行了 但是部署到预发环境时出现了报错 下载不了插件 这个时候需要升级node版本 我目前为16.19.2(我们公司用的是jenkins 所以需要把jenkins node版本升级到与本地一致) 我看大家基本上都是这两个问题 希望能帮到大家(我看了之前的issues,也可能是作者做了兼容,升级下最新版本的试一下)

引入v-code-diff后,启动项目报错,看起来和 #63 类似,但是报错位置不一样,刚入门前端,不太懂,是es语法的问题吗: ![2f51d6fb4f0254e916db18bbe45cc38e](https://github.com/Shimada666/v-code-diff/assets/46957428/939cd5e5-78bc-4f8e-a5b6-c2b1b27e9ca5)

Hi, I am used v-code-diff 1.8.0 in Quasar 2 project (Vue3) with Vite, and everything was fine (not even looking at the fact that I was using it incorrectly -...

装的版本是1.9.0 main.js 里加了两行 import CodeDiff from 'v-code-diff' Vue.use(CodeDiff) 页面里加的如下代码 运行的时候报错: vue.esm.js:629 [Vue warn]: Error in render: "TypeError: Cannot read properties of undefined (reading 'isUnifiedViewer')" found in ---> at packages/dialog/src/component.vue at...

Currently we can show diff of two files, but it would be useful to also be able to show a single file. I know it can be done with highlight.js...

哈喽,请问引入组件后报错RangeError: Maximum call stack size exceeded有什么可能的原因吗 ![image](https://github.com/user-attachments/assets/9b2f2b77-500d-4d50-9d22-4d38f821f86f) 依赖为 "v-code-diff": "1.5.1", "vue": "^2.7.16",

Can I specify or mark compatible node versions?

能不能实现没有diff不默认都渲染,加个查看更多什么的,避免全部渲染性能差,我得文件大概150kb 12000行渲染要16s,希望添加个加载更多~