pull/4844/head
tugcekucukoglu 2023-11-17 13:17:59 +03:00
parent 1dcceb6ace
commit 1fdc9ccb88
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default {
index: null index: null
}, },
methods: { methods: {
onClick(event, navigate) { onClick(event) {
if (this.item.command) { if (this.item.command) {
this.item.command({ this.item.command({
originalEvent: event, originalEvent: event,