I have an event in vuejs
methods: {
filterPeople: function filterPeople() {
$(event.target).closest('li').addClass('active');
});
In firefox I get an error
TypeError: event is undefined
mounted/<
re/e.prototype.$emit
filterPeople
Any idea why this does not work in FF