coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.28k stars 963 forks source link

ReferenceError: regeneratorRuntime is not vue js 2 #248

Closed vadimt2 closed 2 years ago

vadimt2 commented 3 years ago

During the debug I'm getting this issue

ReferenceError: regeneratorRuntime is not

Just after downloading the project.

I have added this code to main.js

import "core-js/stable";
import "regenerator-runtime/runtime";

and I have added "@babel/plugin-transform-runtime": "^7.13.8", to package.json

and still I have the same issue:

ReferenceError: regeneratorRuntime is not

During debug.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions