A button can be rendered as a link when the link property is present. On the other hand, adding .p-button class to an anchor element displays the link as a button.
+A button can be displayed as a link element when the link property is present. If you need to use buttons for navigation, wrap the button inside a component like NuxtLink or router-link depending on your router.