Skip to content

fix(vue3): Optimize the priority of calculating the displayed name of the component on the devtool #2050

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

Azurewarth0920
Copy link
Contributor

Description

fix: #2049
Optimize the priority of calculating the displayed name of the component on the devtool.

The registered name should have a higher display priority than the file name (the detail is in the issue).

Additional context


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • Read the Contributing Guidelines.
  • Read the Pull Request Guidelines and follow the Commit Convention.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).

@Akryum Akryum merged commit 74eccb0 into vuejs:main Apr 10, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize the priority of calculating the displayed name of the component on devtool
2 participants