Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
export default { Com }; // 然后 import {Com} from './components';
居然报错 " './components/index' does not contain an export named 'Com'.
以前 ES Modules 中常见的用法,居然在 taro 中报错 "@tarojs/taro": "2.1.5",
然后直接写 export Com; 居然也报错