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

2023.06.27更新 目前 v-code-diff 已更新到 1.5.1 版本,比原先多支持以下功能,欢迎大家使用: 1. 更精确的语法高亮 2. 支持点击折叠行展开 diff 中被折叠的内容(类似 github code diff 组件) 3. 更快的 diff 速度(两个 1w 行的文件 diff 渲染速度在 1 秒内) 4. 更小的打包体积(未压缩大概 200+ kb)...

drawFileList展示文件列表,列表参数是什么格式,要怎样传才行,文档完全没有体现

我使用的是 1.2.0 版本的npm 库,引入组件后,写了 fileName属性,但是并未像demo页面那样展示出文件名。 查看了demo里面,依赖的是 1.0.0 版本

正常展示的时候 ![QQ截图20210706143127](https://user-images.githubusercontent.com/29302787/124553394-4248d800-de67-11eb-9a04-6f7d6ba42f15.png) 多次赋值之后,出现错误,内容跟之前是一样的 ![QQ截图20210706143155](https://user-images.githubusercontent.com/29302787/124553477-60aed380-de67-11eb-9d16-7256cef158ac.png) 版本 v1.2.0

我很抱歉,我不会读或写中文,但我会尝试翻译我的请求,让事情变得更容易 (I apologize, I can't read or write Chinese but I will try to translate my request to make things easier) 作为开发人员,当“isShowNoChange”属性为真时,我希望能够不包含添加到字符串中的消息 (As a developer I want to be able...

您好,使用side-by-side模式时,左右第一行无法对齐,看官方示例,右侧div层有一个名为d2h-info的class, ![image](https://user-images.githubusercontent.com/86461035/123376699-81507100-d5bd-11eb-918a-d82aec9b57ec.png) 我的项目渲染后,这个div缺少这个class,导致这行没有高度 ![image](https://user-images.githubusercontent.com/86461035/123376833-b8bf1d80-d5bd-11eb-9522-e2072c2a84d5.png) 使用版本是1.2.0

Hi, I am going to write a version for vue-code-diff that supports both vue2 and vue3, is that okay? I think many people need to use the vue3 version. 嗨,我准备为...

在VUE3 上使用 出现无效果 而且报一个_c 未找到的错

``` npm i vue-code-diff > [email protected] postinstall D:\workspace\qke-generic-fe\node_modules\vue-code-diff\node_modules\highlight.js > node deprecated.js -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Verion 9 of Highlight.js has reached EOL. It will no longer be supported or receive security updates in...

你好,现在webpack打包后,highlight的语言包多大好几百个,是否能够给个配置选项,让用户可以自由配置语言选项?