forked from umijs/babel-plugin-import
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Uncaught ReferenceError: _MessageBox is not defined #31
Comments
This was referenced May 28, 2019
同样遇到了这个问题 |
mark |
|
为啥这样写一下就行了。。感觉和直接用.是一样的 |
我也还没弄明白,这个bug好像不是elementui导致的, |
谢谢你的解惑,刚刚解决了_MessageBox这个问题, 另外loading的解决方案我觉得放在mixins里会更合适一点, 我现在没有触发到loading的这个bug |
|
I have same problem, what cause this problem? because this plugin? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using with babel@^7.0.0 everything works fine except of the MessageBox-Component of Vue elementUI:
Uncaught ReferenceError: _MessageBox is not defined
main.js:
The text was updated successfully, but these errors were encountered: