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.88k stars 1.16k forks source link

fix(MdMenu): fix to prevent menu click observers on render #2201

Closed hastom closed 4 years ago

hastom commented 4 years ago

This should fix issues like #2200 I think observers should be created at the end of the loop, when initial click event already gone. This prevents closing on initial render due to bubbling click event from trigger.