File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# [ vue-code-diff] ( https://www.npmjs.com/package/vue-code-diff )
2
2
3
- > 代码比对展示
3
+ > 代码比对展示 [ demo ] ( http://diff.xjie.me/ )
4
4
5
- ## 安装
5
+ ## 安装
6
6
``` shell
7
7
yarn add vue-code-diff
8
8
```
9
9
10
- ## 使用
10
+ ## 使用
11
11
``` vue
12
12
<template>
13
13
<div>
@@ -27,18 +27,23 @@ export default {
27
27
}
28
28
```
29
29
30
- ## 参数说明
30
+ ## 参数说明
31
31
32
32
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
33
33
| ---------- | -------- | ---------- | ------------- | -------- |
34
34
| old-string| 陈旧的字符串| string | — | — |
35
35
| new-string| 新的字符串| string | — | — |
36
36
| context| 不同地方上下间隔多少行不隐藏 | number | — | — |
37
+ | outputFormat| 展示的方式 | string | line-by-line,side-by-side | line-by-line |
37
38
38
39
39
40
## 效果展示
40
41
42
+ ### line-by-line
43
+ ![ image] ( https://github.com/ddchef/vue-code-diff/blob/master/2018-06-01.png?raw=true )
44
+
45
+ ### side-by-side
41
46
![ image] ( https://github.com/ddchef/vue-code-diff/blob/master/2018050615272.png?raw=true )
42
47
43
48
## LICENSE
44
- [ MIT] ( LICENSE )
49
+ [ MIT] ( LICENSE )
You can’t perform that action at this time.
0 commit comments