Add Button tag and set onclick to router push:
<button @click="router.push('/')" disabled> MyButton-Text </button>