<div class="enterprise-details" style="margin-top: 20px">
Already signed up? <a href="#"> LOGIN</a></div>
<!-- Component for redirection -->
<b-button v-if="!registeredUser" class="button-self" v-b-modal.modal-x>Login</b-button>
<b-modal
id="modal-x" ref="my-modal"
title=""
class="modal-dialog modal-sm modal-rounded fade"
>
//some code
</b-modal>
How to redirect the page to another component when the link is clicked?