We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 1.42.1 Commit: c47d83b293181d9be64f27ff093689e8e7aed054 Date: 2020-02-11T14:44:27.652Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Darwin x64 18.7.0
error: File '/Users/xxx/components/Logo.vue' is not a module in vue file
File '/Users/xxx/components/Logo.vue' is not a module
import vue component is ok in ts file
vue component
nuxt build also is ok
The text was updated successfully, but these errors were encountered:
Can reproduce. Also, possible duplicate of #1187. As described in that issue, creating an empty export removes the error.
import Vue from 'vue' export default Vue.extend({ // })
Edit: fix issue link
Sorry, something went wrong.
Thanks, to add script resolve
script
No branches or pull requests
Info
Problem
error:
File '/Users/xxx/components/Logo.vue' is not a module
in vue fileimport

vue component
is ok in ts filenuxt build also is ok
Reproducible Case
The text was updated successfully, but these errors were encountered: