Update table.vue
This commit is contained in:
parent
04a34552ff
commit
6a2cf0fe77
1 changed files with 1 additions and 1 deletions
|
@ -1378,7 +1378,7 @@
|
||||||
dragAndDrop(a,b) {
|
dragAndDrop(a,b) {
|
||||||
this.$emit('on-drag-drop', a,b);
|
this.$emit('on-drag-drop', a,b);
|
||||||
},
|
},
|
||||||
handleClickContextMenuOutside (event) {
|
handleClickContextMenuOutside () {
|
||||||
this.contextMenuVisible = false;
|
this.contextMenuVisible = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue