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>
The text was updated successfully, but these errors were encountered:
@Akryum would you be so kind to review and implement the pending PRs from @nathan-muir#10 and #11 ? This package desperately needs to be v0.0.2 😉
I understand you were focused on Vite + Meteor integration, and although it might sound a good idea for some complex situations (and I do use Vite for some other projects, but not in Meteor), but for simpler things normal Meteor builder works great. The biggest problem with Vite + Meteor btw, is that you can not use the same client entry point for Meteor and Vite, which is a no-go if you want to have modular architecture (keep your structure matching abstract logic, like having both client/ and server/ folders inside of nested structure within import/).
I've run into this error with using static-html instead of blaze templates. Issue does not happen with blaze.
Project fork to reproduce https://github.com/David-bfg/meteor-vue3
changes David-bfg@1a10894
When using new syntax for <script setup> components are inaccessible.
Note: error happens with all 3 components. (Counter, ScriptSetup, Info)
The text was updated successfully, but these errors were encountered: