Unexpected token { when importing a module
问题 Here's a codepen with this import I get the error(10 line index.vue): import { EffectComposer } from "three/examples/jsm/postprocessing/EffectComposer.js"; so what's going on here? The other ES6 imports are fine. 回答1: I don't know the structure of the file where you want to import from, but are you trying to import a default or just a module? Because the default syntax does not have {} . Much like your first import. If what you're trying to import is set as a default export, you need to