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

not work #11

Closed nazaninhesari closed 6 years ago

nazaninhesari commented 6 years ago

not work in vue.2.5 i use method plugin

ankurk91 commented 6 years ago

What is not working?? I think you should say "not working in my project". Can you reproduce it here https://jsfiddle.net/ankurk91/w8y8k5wo/

nazaninhesari commented 6 years ago

excuse me . i not import css. do it can work just in div ?? not full screen ?

ankurk91 commented 6 years ago

It can work for a specific div. see how - https://github.com/ankurk91/vue-loading-overlay/blob/master/examples/App.vue

html https://github.com/ankurk91/vue-loading-overlay/blob/d4c26a2d218771fb70acb7eb3fc99fc6db0bffcd/examples/App.vue#L15-L17 js https://github.com/ankurk91/vue-loading-overlay/blob/d4c26a2d218771fb70acb7eb3fc99fc6db0bffcd/examples/App.vue#L58-L64

And yes, you should import given css.