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

Expose custom components to devtools #1003

Closed
KaelWD opened this issue Jun 16, 2021 · 0 comments
Closed

Expose custom components to devtools #1003

KaelWD opened this issue Jun 16, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@KaelWD
Copy link
Contributor

KaelWD commented Jun 16, 2021

What problem does this feature solve?

Currently there is a check for node.name === 'RouterLink' when showing route tags on nodes in devtools, so custom components using the useLink composable instead don't display these.

What does the proposed API look like?

  • Remove the check on line 90 of devtools.ts (replace with something else?)
  • Move the devtools section from RouterLink:175 into useLink
@posva posva added the enhancement New feature or request label Jun 18, 2021
@posva posva self-assigned this Jun 18, 2021
@posva posva closed this as completed in aab8c04 Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants