-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed as not planned
Labels
Description
Environment
- Operating System: Linux
- Node Version: v18.18.0
- Nuxt Version: 3.9.0
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Package Manager: [email protected]
- Builder: -
- User Config: extends
- Runtime Modules: -
- Build Modules: -
Reproduction
https://stackblitz.com/edit/nuxt-examples-4fafzz?file=pages%2Findex.vue
Step to reproduce:
- Click on Demo Link (doesnt work)
- Check console logs (
useLoadingIndicator().start();
is called but not working) - Click on Start/Stop and see it's working fine from page.
Describe the bug
I've tried implementing useLoadingIndicator().start()
but failed because it doesn't work from plugin hooks/pinia store for unknown reason.
I've provided reproduction which should work, check DevTools logs and click on ?
Additional context
No response
Logs
No response