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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
v-on:click shorthand @click produces error, even though it is OK or even preferred ("We can use the v-on directive, which we typically shorten to the @ symbol" from Vue docs) to use the shorthand.
(I'm also not sure why the <= operator gives an error)
The text was updated successfully, but these errors were encountered:
Name of the lexer
Vue
Code sample
Additional context
v-on:click shorthand @click produces error, even though it is OK or even preferred ("We can use the v-on directive, which we typically shorten to the @ symbol" from Vue docs) to use the shorthand.
(I'm also not sure why the <= operator gives an error)
The text was updated successfully, but these errors were encountered: