uniapp 报 regenerator-runtime is not defined

494 阅读1分钟

编译到小程序工具里面的时候突然报 这个错误 ,在 app.vue 中 加上

import "regenerator-runtime/runtime.js"; 就好了