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

Maybe vueuse's issue when compiling with Vue 3.2.10+ #750

Closed
feenn opened this issue Sep 15, 2021 · 1 comment
Closed

Maybe vueuse's issue when compiling with Vue 3.2.10+ #750

feenn opened this issue Sep 15, 2021 · 1 comment

Comments

@feenn
Copy link

feenn commented Sep 15, 2021

In vue 3.2.10+, vue-compat is built in default exports mode instead of named mode. As a result, there are complie errors such as "in ./node_modules/@vueuse/core/index.mjs: Can't import the named export 'bypassFilter/tryOnUnmounted/unref/etc..' from non EcmaScript module (only default export is available)".
I'm not sure this is vueuse's issue cause my project depends on a lot of package except vueuse. After upgrading vue from 3.2.9 to 3.2.10+, these errors occurred. When I checked yarn.lock, I found that element-plus depends on @vueuse/core@6.2.0. So I try to post this issue here to look for further help. Wishes~

@antfu
Copy link
Member

antfu commented Sep 15, 2021

#718

@antfu antfu closed this as completed Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants