Uncaught (in promise) TypeError: Object(...) is not a function

The reason for the error:
The import and export syntax of es6 is used incorrectly.

How to use export and import.


Guess you like

Origin blog.csdn.net/weixin_43131046/article/details/115028816