Wrong double quote in document https://framework7.io/docs/panel.html

I’m not so sure is it right or not here.
On that line it have extra " (double quote) nearby .panel-left

<p><a class="button panel-open" href="# data-panel=".panel-left"">Open Left

You are missing a quote after href="#

I created a PR to correct the doc: https://github.com/framework7io/framework7-website/pull/372