devtools icon indicating copy to clipboard operation
devtools copied to clipboard

fix: The functionality to show relationships between components (Graph view) in the components module is not working.

Open Leirri opened this issue 1 year ago â€ĸ 1 comments

🐛 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 },
  },
...
});

image

đŸ› ī¸ To reproduce

https://stackblitz.com/edit/github-tk7sxe?file=nuxt.config.ts,components%2FChild%2FAlert%2FAlert.vue,components%2FChild%2FChildButton.vue

🌈 Expected behavior

image

â„šī¸ Additional context

No response

Leirri avatar May 21 '24 15:05 Leirri

I have been experiencing the same.

pablo-vega-kloeckner-i avatar May 22 '24 13:05 pablo-vega-kloeckner-i