1👍
✅
If you’re using vue router you could do :
<button class="..." @click="$router.push(url here)">{{ btnText }}Button Text!</button>
Source:stackexchange.com