Skip to content
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

vue2.0.5 in android wechat throw "Uncaught ReferenceError: _create2 is not defined " exception #4202

Closed
bryonliu opened this issue Nov 15, 2016 · 4 comments

Comments

@bryonliu
Copy link

vue version :2.0.5
explorer useragent :
"Mozilla/5.0 (Linux; Android 5.0.1; SM-N9106W Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile MQQBrowser/6.8 TBS/036872 Safari/537.36 MicroMessenger/6.3.30.920 NetType/WIFI Language/zh_CN"

Steps to reproduce

    open this link "www.foxlibrary.top/html/test.html" in wechat(android phone) . and use the  wechat developer tool .  this just happen on the android phone .

What is Expected?

    page working

What is actually happening?

   throw exception.
@bryonliu
Copy link
Author

  • Uncaught ReferenceError: _create2 is not defined vue.js?dced:239
  • (anonymous function) vue.js?dced:239
  • (anonymous function) vue.js?dced:7
  • (anonymous function) vue.js?dced:6

@fnlctrl
Copy link
Member

fnlctrl commented Nov 15, 2016

Hi, thanks for filling this issue. Please provide a minimum example that cause the problem (a jsfiddle, or a github repo). Your link only provided minified bundled code which couldn't be of help.

@yyx990803
Copy link
Member

Cannot reproduce in Android WeChat browser with Vue 2.0.5. Make sure you are using the correct build. Closing as there is no evidence this is caused by Vue, please re-open when you can follow up with more information.

@x531tanxl
Copy link

@bryonliu I also have this problem. Maybe it's because the "devtool" option of webpack. I get this error when this option contains "eval". You can try removing "eval" from this option if you have this configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants