You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Versions
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 consoleDo not use built-in or reserved HTML elements as component id: s
related to this lineVue.use(Toast, toastOptions);
Expected behavior
It dosen't need to show this warning in the console
Steps to reproduce
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: