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

Setting isFullPage: false as default doesnt work #52

Closed outluch closed 4 years ago

outluch commented 4 years ago
Vue.use(Loading, {
  isFullPage: false,
})

I init plugin like that, but it works as fullscreen until I specify :is-full-page="false".

ankurk91 commented 4 years ago

When you set isFullPage to false you suppose to supply the container prop. See example

https://jsfiddle.net/ob2v5dy0/1/