I am trying to use vue-loading-overlay as a plugin and while everything works, I cant seem to change the full page overlay to false. The only code I have for vue-loading-overlay is displayed below which would be in my methods and nothing in the template. What could I add to make the loading overlay only be the spinner and not cover the entire page? Thank you!
let loader = this.$loading.show({
height: 64,
width: 64,
loader: 'spinner'
});