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: allow finding root component #214

Merged
merged 2 commits into from
Sep 28, 2020
Merged

fix: allow finding root component #214

merged 2 commits into from
Sep 28, 2020

Conversation

lmiller1990
Copy link
Member

@lmiller1990 lmiller1990 commented Sep 26, 2020

See: #211 (resolves #211)

This seems like a kind of strange thing to have, but I would like to keep back-compat as much as possible. Apparently this worked in V1 (no idea what the use case is).

I could not get this to work without giving a name to the component; so it's not perfect in terms of back-compat.

Copy link
Member

@cexbrayat cexbrayat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if the name is needed, I guess this is good enough for backward comp (as it does not seem to be super useful).

@lmiller1990 lmiller1990 merged commit eec2d2d into master Sep 28, 2020
@cexbrayat cexbrayat deleted the issue-211 branch April 6, 2022 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

findComponent doesn't work as expected after upgrade to 2.0.0-beta.5 for use with Vue 3
3 participants