-
-
Notifications
You must be signed in to change notification settings - Fork 132
软件崩溃 unsupported keyword: export #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
这个库问题很多,缩放窗口也会Crash |
遇到相同的问题,vue3代码编译dist的js 都是有export关键字,貌似是quickjs 不支持 js export模块 |
暂时不支持esm module,需要用vue-cli 构建 |
有issue 吗? |
duplicated with #124 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected version
0.16.0-beta.5
Flutter versions
3.16.5
No same issues found.
Steps to Reproduce
1、教程初始化访问
提示
SyntaxError: unsupported keyword: export
at https://tronplayai.com/assets/index.6b999624.js:5:101133
Code example
Expected results
正常页面展示
Actual results
app崩溃
提示
SyntaxError: unsupported keyword: export
at https://tronplayai.com/assets/index.6b999624.js:5:101133
The text was updated successfully, but these errors were encountered: