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

Add component names #636

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Conversation

shunichi
Copy link
Contributor

@shunichi shunichi commented Jul 13, 2022

The components without names get invalid names when minified.
So the following warning is shown in a browser console.

[Vue warn]: Invalid component name: "_e". Component names should conform to valid custom element name in html5 specification.

https://stackoverflow.com/questions/51858251/vue-warn-invalid-component-name-after-uglify

The components without names get invalid names when minified.
So the following warning is shown in a browser console.

```
[Vue warn]: Invalid component name: "_e". Component names should conform to valid custom element name in html5 specification.
```
@NightCatSama NightCatSama merged commit b076038 into NightCatSama:master Jul 14, 2022
@NightCatSama
Copy link
Owner

Thanks, fixed in v3.2.18.

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.

2 participants