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

Playground warning while running SSR #9445

Open
pikax opened this issue Oct 20, 2023 · 1 comment
Open

Playground warning while running SSR #9445

pikax opened this issue Oct 20, 2023 · 1 comment

Comments

@linzhe141
Copy link
Contributor

linzhe141 commented Feb 20, 2024

This is a bug of @vue/repl. When repl performs ssr in the online environment, import { useModel as _useModel } from 'vue' will use the *runtime.esm-browser.js file, but in the dev environment it will The *rutime-dom.esm-bundler.js file is used, so there is no problem with the dev environment

image
image
image


The processing of these two file formats for SSR is different. So ssr bug will appear in the online environment.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants