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

md-app md-mode="reveal OR fixed" with vue-router ScrollBehaivor #2185

Open JM-Beltran opened 4 years ago

JM-Beltran commented 4 years ago

How can I do to connect md-app with (md-mode = "reveal OR fixed") in vue-router with the option of scrollBehavior function since at the time of applying it it does not scroll that content up when changing the route .

https://router.vuejs.org/guide/advanced/scroll-behavior.html

Someone have achieved this? Thanks!