devtools
devtools copied to clipboard
fix: The functionality to show relationships between components (Graph view) in the components module is not working.
đ The bug
When I try to configure routerRules in the nuxt.config.ts file, it does not show me the references and dependencies.
-
nuxt.config.ts
export default defineNuxtConfig({
...
routeRules: {
'/**': { ssr: false },
},
...
});
đ ī¸ To reproduce
https://stackblitz.com/edit/github-tk7sxe?file=nuxt.config.ts,components%2FChild%2FAlert%2FAlert.vue,components%2FChild%2FChildButton.vue
đ Expected behavior
âšī¸ Additional context
No response
I have been experiencing the same.