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

Do not use built-in or reserved HTML elements as component id: s #382

Open
kitro opened this issue Sep 5, 2023 · 0 comments
Open

Do not use built-in or reserved HTML elements as component id: s #382

kitro opened this issue Sep 5, 2023 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@kitro
Copy link

kitro commented Sep 5, 2023

Versions

  • ^1.7.14

Describe the bug

When I install the version 1.7.14, and inject the plugin as mentioned in the getting started with:
Vue.use(Toast, toastOptions);, I got this warning in the console Do not use built-in or reserved HTML elements as component id: s related to this line Vue.use(Toast, toastOptions);

Expected behavior

It dosen't need to show this warning in the console

Steps to reproduce

Your Environment

  • Vue ^2.7.0

Additional context

@kitro kitro added the Type: Bug Something isn't working label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant