[SOLVED] Open Panel Left with panel-cover

In Framework7vue, By default panel-left is styled as “panel-revel” and panel-right as “panel-cover”.
I want to open left panel as panel-cover, but how to change it?Capture

oh, i got it. problem solved

How did you do this? The solution please?

I had to remove “panel-init” from the left panel, then it seems to work.

<!-- Left panel with cover effect -->
<div class="panel panel-left   theme-light " data-visible-breakpoint="960">
<!--panel-cover panel-init-->

F7, Version 6.x (which seems to be 5.x for CLI, command line)