Key modifiers in Vue framework
Input is given. Text is entered into this input. Make it so that when you press the Enter key, the entered text appears in the paragraph below the input.
A link is given. Make it so that when you click on this link, if the Ctrl key is pressed at that moment, some text is displayed in the paragraph under the link.
A link is given. Make it so that when you left-click on this link, the text 'left' appears in the paragraph below the link, when you right-click - the text 'right', and when you middle-click - the text 'middle'.