Ion-back-button not rendering

I am currently using the vue version of the ionic framework.
I implemented the back button as it lists in the docs, but the button will not render in the HTML source code. The router and routing are set up properly, so there is history to use.

The default-href attribute didn’t change anything either.

Secondary Page:

<ion-toolbar>
    <!-- Back Button -->
    <ion-buttons slot="start">
        <ion-back-button></ion-back-button>
    </ion-buttons>
    
    <ion-title>Settings</ion-title>
</ion-toolbar>

Previous Page:

<ion-item :router-link="`/details/${item.dealID}`">