파이어폭스에서 Vuejs 이벤트가 작동하지 않음 - Chrome에서는 정상 나는 vuejs에서 행사가 있다. methods: { filterPeople: function filterPeople() { $(event.target).closest('li').addClass('active'); }); Firefox에서 오류가 발생함 TypeError: event is undefined mounted/< re/e.prototype.$emit filterPeople FF에서 이 기능이 작동하지 않는 이유를 알고 계십니까?Firefox에는 글로벌 이벤트 개체가 없습니다. WebKit은 "이벤트"에 글로벌 기호를 사용하는 IE의 오래된 동작을 따르지만 Firefox는 그렇지 않습니다. 단순히 파라미터로 추가합니다. ..