Skip to content

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

Open
@Leirri

Description

@Leirri

πŸ› 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions