hjl19911127 / vue-drawer-layout

A simple DrawerLayout component for Vue.js.
http://share.codehuang.com/vue-drawer-layout
MIT License
409 stars 86 forks source link

Option to enable or disable dragging #30

Closed sowrensen closed 5 years ago

sowrensen commented 5 years ago

Is there any way to switch the dragging? If not, can you please give a thought about it? Cause there are situations when I don't want the drawer to be revealed by dragging other than mouse click. It would be a great help.

hjl19911127 commented 5 years ago

Hey buddy, it can be set :enable="false" to stop dragging and use toggle method to show and hide the drawer. I need to explain the prop enable more clearly. Thanks for your feedback, sincerely.

sowrensen commented 5 years ago

Oops... I thought it was for enabling or disabling the drawer. :rofl:

Thanks anyway! You're the savior. :1st_place_medal: