-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
The requested module 'vue' does not provide an export named 'default' #61
Comments
Hi, I don't know if you used auto-import, the last time I reported this error was because there was something wrong with this auto-import |
If you use a component library, such as element-plus, and use auto-import, you can check if the component is not imported successfully |
@yufanzheng0723 I provided a repo that you can check what exact libs and settings I use. |
Any news? I have this error in a fresh cloned project after npm install `> postinstall
Nuxi 3.5.0 6:35:08 PM ERROR The requested module 'vue' does not provide an export named 'computed' 6:35:09 PM import { getCurrentInstance, inject, onUnmounted, onDeactivated, onActivated, computed, unref, watchEffect, defineComponent, reactive, h, provide, ref, watch, shallowRef, nextTick } from 'vue'; |
Try pnpm instead |
Is this problem still reproducible? |
Describe the bug
The current state of the repo is broken with the error:
Reproduction
https://stackblitz.com/github/antfu/vitesse-nuxt3
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: