template div |This component was exported and loaded by another component! div.my-3 a.text-primary(href="#", @click="onClickLink($event)")="Testing a link with an event" implementation #onClickLink(e) e.preventDefault(); alert("Hello world!");