-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 appEntrypoint
not working
#9330
Comments
I appreciate your prompt help with this—as always! 🙌 |
@ffxsam Is it working for you now? I am using astroV4.0.3 with @astrojs/vueV4.0.2 and vuejsV3.3.11 and still get the warning [@astrojs/vue] Unable to resolve appEntrypoint I configured the appEntrypoint like this: ,
integrations: [
...,
vue({ appEntrypoint: '/src/vue-main' })
]
|
@szv I believe the bug lies in |
@ffxsam Thank you for your answer. But for me it doesn't work with 4.0.0 eighter 😅 |
Hi @natemoo-re , has there been any progress on this issue? I continue to encounter the same problem. After updating Error message: |
I was able to eliminate the error, which was related to the import from "astro/zod". By switching them back to "astro:content", the error disappeared. This is peculiar because there's a warning in the console that says: " |
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I'm not able to specify a Vue entry point like I could in Astro 2.x and 3.x, despite following the docs.
What's the expected result?
I expected my app to load up properly.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-y49v7g?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: