publish 4.1.0-rc.4

This commit is contained in:
梁灏 2020-01-13 12:05:17 +08:00
parent a20f52efaa
commit faaca72a0c
8 changed files with 13 additions and 13 deletions

View file

@ -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) {

View file

@ -268,7 +268,7 @@
type: Function
},
// 4.1.0
contentMenu: {
contextMenu: {
type: Boolean,
default: false
}