el-switch does not support event modifiers like stop and prevent
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
- Open the reproduction link
- Click the switch
What is expected?
Can stop propagation without error.
What is actually happening?
Uncaught TypeError: e.stopPropagation is not a function
System Info
No response
Any additional comments?
No response