Open dionearle opened 1 year ago
Operating System: Linux Node Version: v16.18.0 Nuxt Version: 2.16.0-27720022.54e852f Nitro Version: 1.0.0 Package Manager: npm@8.19.2 Builder: webpack User Config: ssr, head, loading, loadingIndicator, modules, buildModules, vuetify, runtimeConfig, serverHandlers, devServerHandlers, devServer, typescript, bridge Build Modules: (), @nuxtjs/vuetify@1.12.3, @nuxt/bridge@3.0.0-27851925.695ddd7
Linux
v16.18.0
2.16.0-27720022.54e852f
1.0.0
npm@8.19.2
webpack
ssr
head
loading
loadingIndicator
modules
buildModules
vuetify
runtimeConfig
serverHandlers
devServerHandlers
devServer
typescript
bridge
()
@nuxtjs/vuetify@1.12.3
@nuxt/bridge@3.0.0-27851925.695ddd7
N/A
After upgrading to use Bridge, it seems like the loading and loading indicator props in the nuxt.config file (https://nuxtjs.org/docs/configuration-glossary/configuration-loading-indicator/) no longer work.
In the Nuxt 3 docs, it seems like the new way of achieving this is using the NuxtLoadingIndicator component (https://nuxt.com/docs/api/components/nuxt-loading-indicator).
However, when using Bridge neither of these options seem to work, with others also running into this issue (https://github.com/nuxt/bridge/discussions/613)
No response
Unknown custom element: <NuxtLoadingIndicator>
Any solution here?
Environment
Operating System:
Linux
Node Version:v16.18.0
Nuxt Version:2.16.0-27720022.54e852f
Nitro Version:1.0.0
Package Manager:npm@8.19.2
Builder:webpack
User Config:ssr
,head
,loading
,loadingIndicator
,modules
,buildModules
,vuetify
,runtimeConfig
,serverHandlers
,devServerHandlers
,devServer
,typescript
,bridge
Build Modules:()
,@nuxtjs/vuetify@1.12.3
,@nuxt/bridge@3.0.0-27851925.695ddd7
Reproduction
N/A
Describe the bug
After upgrading to use Bridge, it seems like the loading and loading indicator props in the nuxt.config file (https://nuxtjs.org/docs/configuration-glossary/configuration-loading-indicator/) no longer work.
In the Nuxt 3 docs, it seems like the new way of achieving this is using the NuxtLoadingIndicator component (https://nuxt.com/docs/api/components/nuxt-loading-indicator).
However, when using Bridge neither of these options seem to work, with others also running into this issue (https://github.com/nuxt/bridge/discussions/613)
Additional context
No response
Logs