Closed outluch closed 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".
:is-full-page="false"
When you set isFullPage to false you suppose to supply the container prop. See example
isFullPage
false
container
https://jsfiddle.net/ob2v5dy0/1/
I init plugin like that, but it works as fullscreen until I specify
:is-full-page="false"
.