-
Notifications
You must be signed in to change notification settings - Fork 639
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
使用mpvue,npm引入,报错 Fly is not defined #159
Comments
你好,怎么解决的? |
同样 .0.6.5 版本有问题 |
796 行 var Fly 多了一个 |
786 |
建议回退0.6.0版本 |
791行 Fly前面缺少一个下划线,或者786行多了一个下划线 |
我去了791行下划线可以使用了 |
我醉了,怪不得昨天好好的,今天gg了,害了我一小时 |
"flyio": "0.6.4" 这样可以解决 |
此问题和#156 是同一问题,已解决,请升级至0.6.6重试 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这是我引入的方式import Fly from 'flyio/dist/npm/wx',后来我修改源码,
在791行左右
return new Fly(engine || wxEngine);
Fly前面加了一个,
The text was updated successfully, but these errors were encountered: