ankurk91 / vue-loading-overlay

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

Some kind of showDelay option would be nice #59 #74

Closed mingyec closed 2 years ago

mingyec commented 3 years ago

#59

mingyec commented 3 years ago

oh, I found that 'delay' was misspelled,i mean that is commit message

ankurk91 commented 3 years ago

How does it work?

mingyec commented 3 years ago

The design pattern "dependency inversion".When displaying, create a Promise with a delay, and resolve the Promise when it is closed, so that it can be reached. I ran the test and both the component and plugin passed

ankurk91 commented 2 years ago

Too much hacky code, i will find another easy and readable solution