If you are using a button element, do as follows:
<router-link :to="`/`"> <button>Go Home</button> </router-link>
Consider using backtick inside the value of to attribute.
to