LEARNING BY VUEING

Key events
25 / 42

There are some more handy modifiers for key events and system modifier keys.

In the input field of this example hitting enter will trigger the submit method. There is not only enter but you can also use any event key name (in kebab-case).

The examples also contain the system modifier keys shift and meta. There are two more: alt and ctrl. Try changing out the modifiers and see what you get.