The Wayback Machine - https://web.archive.org/web/20220718112358/https://github.com/vuejs/vue/issues/12319
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Version
2.6.14
Reproduction link
https://template-explorer.vuejs.org/#%3Cbutton%20%40keydown.ctrl.shift.alt.meta.exact%3D%22console.log(%24event)%22%3EClick%3C%2Fbutton%3E
Steps to reproduce
use
v-on
with.ctrl.shift.alt.meta.exact
modifiersWhat is expected?
added event listener successfully
What is actually happening?
[Vue warn]: Failed to generate render function:
SyntaxError: Unexpected token ')' in
compiler generates
if()return null;
that's a syntax error.The text was updated successfully, but these errors were encountered: