Each v-on will have an independent handler. When the event is triggered, it is placed in an array and executed sequentially. They will not affect each other. @click.ctrl cannot prevent the execution of @click. So it can only be executed in @click judges $event to filter out events where ctrl is pressed
Each v-on will have an independent handler. When the event is triggered, it is placed in an array and executed sequentially.
They will not affect each other. @click.ctrl cannot prevent the execution of @click.
So it can only be executed in @click judges $event to filter out events where ctrl is pressed
There should be a keyboard event