How to disable open panel with swipe on just one page?

Im want to be able to open my left panel with swipe on every page except on one page, when I swipe on my “order” page I want to disable the panel swipe so I instead swipe the “order” page horizontally since that page is wider than the screen so I need to be able to scroll that page horizontally.

Thanks a lot!

Jut add no-swipe-panel class to that page

3 Likes

Is there any property for Vue?

No special property, also just add class :slight_smile:

Grease, thanks a lot! Works!

very nice!! just do it like this
<div class="page no-swipe-panel" data-name="calendar"></div>