You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
You can see the difference between the two codes with the `vue-diff` plugin.
24
-
This plugin dependent on <ahref="https://github.com/kpdecker/jsdiff">diff</a> and <ahref="https://github.com/highlightjs/highlight.js/">highlight.js</a>, shows similar results to other diff viewers (e.g., Github Desktop).
25
+
This plugin dependent on <ahref="https://github.com/JackuB/diff-match-patch">diff-match-patch</a> and <ahref="https://github.com/highlightjs/highlight.js/">highlight.js</a>, shows similar results to other diff viewers (e.g., Github Desktop).
25
26
Here is the <ahref="https://hoiheart.github.io/vue-diff/demo/index.html"target="_blank"style="font-size: 1.2em; text-decoration: underline;">demo</a>
26
27
27
28
## Features
28
29
29
30
*[x] Support split / unified mode
30
31
*[x] Support multiple languages and can be extended
31
32
*[X] Support two themes (dark / light) and can be customized
33
+
*[ ] Virtual scroll for large text comparison
32
34
*[ ] Support IE11 (IE 11 support for Vue@3 is still pending)
0 commit comments