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

import vue component is ok in ts file

nuxt build also is ok
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
Thanks, to add script resolve
Most helpful comment
Can reproduce. Also, possible duplicate of #1187. As described in that issue, creating an empty export removes the error.
Edit: fix issue link