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 using new syntax for <script setup> components are inaccessible.
Note: error happens with all 3 components. (Counter, ScriptSetup, Info)
[Vue warn]: Failed to resolve component: Counter
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>