π Bug description
Event handlers using onXXX={withModifiers(..., ["capture"])} are not registered in "capture" mode.
π Steps to reproduce
Attempt to register an event handler using the readme's suggested syntax of withModifiers
Reproduction Link (required):
https://stackblitz.com/edit/vitejs-vite-c3hwy2?file=src%2FApp.vue,index.html
π Desired result
Event handlers can be registered in capture mode.
π Other information
#533