Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt loading indicator #14665

Closed
max5432112345 opened this issue Aug 20, 2022 · 1 comment
Closed

Nuxt loading indicator #14665

max5432112345 opened this issue Aug 20, 2022 · 1 comment

Comments

@max5432112345
Copy link

Environment

Linux

Reproduction

Exists hooks in nuxt-loading-indicatorhttps://github.com/nuxt/framework/blob/c95a48c63287aa7295edb36f4ff21e262ba12ecd/packages/nuxt/src/app/components/nuxt-loading-indicator.ts:

nuxtApp.hook('page:start', indicator.start)
nuxtApp.hook('page:finish', indicator.finish)

Need hooks to secure use on fetch:

nuxtApp.hook('fetch:start', indicator.start)
nuxtApp.hook('fetch:finish', indicator.finish)

Describe the bug

Additional context

No response

Logs

No response

@danielroe
Copy link
Member

Let's track in #14221.

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants