This commit is contained in:
tugcekucukoglu 2023-11-17 13:17:59 +03:00
parent 1dcceb6ace
commit 1fdc9ccb88

View file

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