ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.25k stars 102 forks source link

How to use it to show loading screen when route changed ? #47

Closed zerosdev closed 4 years ago

zerosdev commented 4 years ago

Is it possible to display the loading screen when the route changes? What I want is, if someone switch to other route the loading screen will appear. Currently the loading screen only appears when the page has been rendered so that the application appears unresponsive when the internet connection is slow I found it using router.beforeEach() but I don't know how to implement this package because I usually set the isLoading property in data()

ankurk91 commented 4 years ago

Duplicate of https://github.com/ankurk91/vue-loading-overlay/issues/21

zerosdev commented 4 years ago

Thank you