Skip to content

Commit 0944773

Browse files
committed
update
1 parent fa04416 commit 0944773

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/ve-table/src/editor/edit-input.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ export default {
4343
type: Object,
4444
required: true,
4545
},
46-
// edit option
47-
editOption: {
48-
type: Object,
49-
default: function () {
50-
return null;
51-
},
52-
},
5346
// editing cell
5447
editingCell: {
5548
type: Object,

packages/ve-table/src/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,6 @@ export default {
20572057
tableData: this.tableData,
20582058
cellSelectionKeyData,
20592059
colgroups,
2060-
editOption,
20612060
editingCell: this.editingCell,
20622061
isEditingCell: this.isEditingCell,
20632062
allRowKeys: this.allRowKeys,

0 commit comments

Comments
 (0)