I need to use PleaseWait.js loader screen in my Webpack Vue-CLI project.
I searched for any Vue-friendly alternatives, but didn't find any suitable packages.
I also found this, which is a demo of using PleaseWait.js with Vue, but it didn't work with Webpack, basically because of this error:
Error in mounted hook: "TypeError: please_wait__WEBPACK_IMPORTED_MODULE_0___default(...) is not a function"
I am looking for a way to make it work, or for any good alternatives.