79408626

Date: 2025-02-03 11:24:21
Score: 1
Natty:
Report link

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.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Askar