vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.89k stars 1.16k forks source link

Permanent drawer does not turn into temporary one in mobile view #2162

Open sebasijan opened 4 years ago

sebasijan commented 4 years ago

I am trying to implement a responsive nav using md-app, and I can see in the docs its says

All permanent drawers will automatically become temporary on small screens.

But this doesn't seem to work, even on the demo page

By which I mean that going into mobile view doesn't cause the side-menu to become a hamburger dropdown.

Am I misunderstanding how this is meant to work, or maybe I am missing some configuration to get it to do the stuff?