10000 Merge branch 'master' of https://github.com/hoiheart/vue-diff · hoiheart/vue-diff@df5efa5 · GitHub
[go: up one dir, main page]

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

Commit df5efa5

Browse files
committed
2 parents f541476 + adfc68d commit df5efa5

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-diff",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Vue diff viewer",
55
"license": "ISC",
66
"author": {

vite.config.demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue';
55
export default defineConfig({
66
base: '/vue-diff/',
77
build: {
8-
outDir: 'demo',
8+
outDir: 'docs',
99
assetsDir: './',
1010
},
1111
plugins: [vue()],

0 commit comments

Comments
 (0)
0