You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in vue component file, if i use the commonjs way to export
// error way
module.exports = {
name: 'component-name'
}
// normal write
export default {
}
Because of some historical writing
What is expected?
compile is ok.
What is actually happening?
find error
21:2-16 "export 'default' (imported as '__vue_script__') was not found in '!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./component-upload.vue'