Refactor
parent
1dcceb6ace
commit
1fdc9ccb88
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue