Closed webmastervinay closed 2 years ago
useLoading
, it should workSearch for useLoading
in the dist file
https://unpkg.com/browse/vue-loading-overlay@4.0.4/dist/vue-loading.js
Yes, I am using latest version of your package but getting the same error. Tried rm -rf node_modules but could not solve.
There is also useLoading function available in the said file:
i will try this in my project and let you know soon,
This is strange, i thought i have fixed the export issue last week, but it still there. https://github.com/ankurk91/vue-loading-overlay/issues/88
Created a fiddle to see the issue in browser https://codesandbox.io/s/async-star-xmp65?file=/src/App.vue
Hi,
I am also having problems with importing and using useLoading
. During my debugging I saw that useLoading
is in the dist file but not in types/loading.d.ts
. Maybe this is part of the problem? I am using it in a project with TypeScript usage.
Greetings
Facing the same issue, any updates?
Thank you
I am planning to use rollup for bundling since webpack does not support named-export. There is no ETA.
Please follow this issue now https://github.com/ankurk91/vue-loading-overlay/issues/88
This has been fixed with v5
npm install vue-loading-overlay@5.0.0
This is not a issue. Its question or feature request (if not available)
Your documentation mentions that it can be used inside any component or via composition api. Glad it support both.
I couldn't find a way where it can be used inside store or router. I tried following:
but it broke the code and showing errors in console.
Current behavior