0👍
use prevent click event like this:
<a href="#" @click.prevent="manageCookies()">{{$t('app.cookies')}}</a>
this will prevent reload of page
Source:stackexchange.com
0👍
use prevent click event like this:
<a href="#" @click.prevent="manageCookies()">{{$t('app.cookies')}}</a>
this will prevent reload of page