Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit f438b3c

Browse files
chore(release): 1.0.2 [skip ci]
### [1.0.2](v1.0.1...v1.0.2) (2021-01-25) ### Refactor * modify diff module ([14d63d6](14d63d6)) ### Docs * warning for large text comparison ([875659c](875659c))
1 parent ddc809a commit f438b3c

File tree

10 files changed

+6517
-1248
lines changed

10 files changed

+6517
-1248
lines changed

demo/index.4131f0b2.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.a359d696.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<meta name="keywords" content="Vue diff, VueJS diff, Vue diff plugin, VueJS diff plugin, Vue diff viewer, VueJS diff viewer, diff viewer" />
1111
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
1212
<meta name="google-site-verification" content="u7XrdGhKnDkPIIw867fVSCqMet0sjBwyu5aYpy8stuQ" />
13-
<script type="module" crossorigin src="/vue-diff/demo/index.a359d696.js"></script>
13+
<script type="module" crossorigin src="/vue-diff/demo/index.4131f0b2.js"></script>
1414
<link rel="stylesheet" href="/vue-diff/demo/index.8ed44de4.css">
1515
</head>
1616
<body class="bg-gray-900">
1717
<div class="p-12">
18-
<h1 class="text-3xl font-extrabold text-gray-100">
19-
Vue Diff
18+
<div class="text-3xl font-extrabold text-gray-100">
19+
<h1 class="inline-block">Vue Diff</h1>
2020
<!-- Place this tag where you want the button to render. -->
2121
<span style="display: inline-block; line-height: 0; margin: -4px 0 0 10px; vertical-align: middle; font-size: 0;">
2222
<a class="github-button" href="https://github.com/hoiheart/vue-diff" data-color-scheme="no-preference: dark; light: dark; dark: dark;" data-size="large" data-show-count="true" aria-label="Star hoiheart/vue-diff on GitHub">Star</a>
2323
</span>
24-
</h1>
24+
</div>
2525
<div id="app"></div>
2626
</div>
2727

dist/Diff.vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
2323
};
2424
}, {
2525
lines: import("vue").Ref<{
26-
type: "added" | "removed" | "equal" | "disabled";
26+
type: string;
2727
lineNum?: number | undefined;
2828
value?: string | undefined;
2929
chkWords?: boolean | undefined;

0 commit comments

Comments
 (0)