<!---- Alpine.js - Prevent Default: @<EVENT>.prevent -------------------> <a @click.prevent="alert('Hello')">Say Hello and do not redirect</a> <!------------------------------------- Alpine.js - Prevent Default ---->