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

Add drawer 'isOpen' class #23

Closed arcdelsol closed 5 years ago

arcdelsol commented 5 years ago

There needs to be classes or methods after opening and closing the drawer

hjl19911127 commented 5 years ago

Does 'slide-end' event meet the needs ?

arcdelsol commented 5 years ago

'slide-end' doesn't determine whether the drawer is open or closed right? Would be great if you can target the drawer state with css, 'open' or 'closed'

hjl19911127 commented 5 years ago

slide-end event emit visible state of the drawer

hjl19911127 commented 5 years ago

Adding the class may increase the risk of style conflict, so that's my opinion.Thanks for your understanding.