publish 4.1.0-rc.4
This commit is contained in:
parent
a20f52efaa
commit
faaca72a0c
8 changed files with 13 additions and 13 deletions
|
@ -116,7 +116,7 @@
|
|||
},
|
||||
contextmenuCurrentRow (_index, event, rowKey) {
|
||||
event.stopPropagation();
|
||||
if (this.$parent.contentMenu) event.preventDefault();
|
||||
if (this.$parent.contextMenu) event.preventDefault();
|
||||
this.$parent.contextmenuCurrentRow(_index, rowKey, event);
|
||||
},
|
||||
getSpan (row, column, rowIndex, columnIndex) {
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
type: Function
|
||||
},
|
||||
// 4.1.0
|
||||
contentMenu: {
|
||||
contextMenu: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue