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

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

Open
Leirri opened this issue May 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Leirri
Copy link

Leirri commented May 21, 2024

πŸ› 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 Leirri added the bug Something isn't working label May 21, 2024
@pablo-vega-kloeckner-i
Copy link

I have been experiencing the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants