I have a link in the main view and want to show the page on the left view when clicked but the .veiw-left class in not working

<f7-list-item link="/show-members/" data-view=".view-left">
    <f7-card class="current-encounter-color"  >
        <f7-card-content class="no-border">
                    <div style="color:rgb(17 179 37);fontsize:15px;">Johnson</div>
        </f7-card-content>
    </f7-card>
</f7-list-item>