The trigger method can not support mouseover, mouseout, mousedown
xinchenxin opened this issue · 1 comments
xinchenxin commented
wrapper.trigger('mouseover'), it does not work! Any other ways? Thanks!
eddyerburgh commented
trigger supports these events. If you think you have found a bug where
trigger` does not work as expected, please create an issue with a minimal reproduction in the vue-test-utils repo—https://github.com/vuejs/vue-test-utils.