look-ui 1.1.31 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/jsconfig.json CHANGED
@@ -1,19 +1,19 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es5",
4
- "module": "esnext",
5
- "baseUrl": "./",
6
- "moduleResolution": "node",
7
- "paths": {
8
- "@/*": [
9
- "src/*"
10
- ]
11
- },
12
- "lib": [
13
- "esnext",
14
- "dom",
15
- "dom.iterable",
16
- "scripthost"
17
- ]
18
- }
19
- }
1
+ {
2
+ "compilerOptions": {
3
+ "target": "es5",
4
+ "module": "esnext",
5
+ "baseUrl": "./",
6
+ "moduleResolution": "node",
7
+ "paths": {
8
+ "@/*": [
9
+ "src/*"
10
+ ]
11
+ },
12
+ "lib": [
13
+ "esnext",
14
+ "dom",
15
+ "dom.iterable",
16
+ "scripthost"
17
+ ]
18
+ }
19
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "look-ui",
3
- "version": "1.1.31",
3
+ "version": "1.2.0",
4
4
  "description": "a ui library which is based on element-ui",
5
5
  "main": "./dist/look-ui.common.js",
6
6
  "scripts": {
package/src/App.vue CHANGED
@@ -23,6 +23,7 @@
23
23
  </el-dialog> -->
24
24
  <look-dulplicate-checking
25
25
  :data="data"
26
+ searchRepeatedUrl="http://192.168.230.186:7076"
26
27
  @createTasks="createTasks"
27
28
  @merging-click="mergingClick"
28
29
  @subscription-click="subscriptionClick"
@@ -114,8 +115,8 @@ export default {
114
115
  insertionClick(row) {
115
116
  console.log('插入', row);
116
117
  },
117
- subscriptionClick(row) {
118
- console.log('关注', row);
118
+ subscriptionClick(row, instance) {
119
+ console.log('关注', row, instance);
119
120
  },
120
121
  mergingClick(row) {
121
122
  console.log('归并', row);