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

[Vue warn]: Do not use built-in or reserved HTML elements as component id: Text #18

Open
WillemJann opened this issue Aug 2, 2021 · 1 comment

Comments

@WillemJann
Copy link

Due to Text component, a Vue warning is thrown in the console:

image

Maybe an alternative name is better? This should not affect the use of the component, as we're using <f-text> to refer to the component.

@johannes-z
Copy link
Owner

These warnings should be gone once you use the production build. The component name should also only be a problem when you use the runtime+compiler setup and not using template script tags.
I'll give the components a prefix though so that the warnings are gone.

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

No branches or pull requests

2 participants