Here is my fiddle: DEMO
There is a button called "fb-send", which has to get clicked on key press on "enter" in the input field. How to achieve this?
<input @keyup.enter="" placeholder="Reply here" class="fb-comment-input" />
<i class="material-icons fb-button-right fb-send">⇨</i>
Any help would be much appreciated. Thank you.