We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.4.1
https://github.com/totzcc/weex-tabbar/tree/bugreport
bugreport
git clone https://github.com/totzcc/weex-tabbar.git git checkout bugreport cnpm install ./start
http://localhost:12580/web
The click function will be call twice
only call once
It's work at Vue 2.3.4.
Today I reinstall package.json, It auto upgrade to 2.4.1
I modify web/index.html script to be reproduce my problem
web/index.html
<script src="https://cdn.bootcss.com/vue/2.4.1/vue.runtime.min.js" type="text/javascript" charset="utf-8"></script>
You can use this code to compare these two differences
<script src="https://cdn.bootcss.com/vue/2.3.4/vue.runtime.min.js" type="text/javascript" charset="utf-8"></script>
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
1713061
No branches or pull requests
Version
2.4.1
Reproduction link
https://github.com/totzcc/weex-tabbar/tree/bugreport
Steps to reproduce
bugreport
branch ***, and run ithttp://localhost:12580/web
on chrome and click mobile device toolbar in web developer ToolsWhat is expected?
The click function will be call twice
What is actually happening?
only call once
It's work at Vue 2.3.4.
Today I reinstall package.json, It auto upgrade to 2.4.1
I modify
web/index.html
script to be reproduce my problemYou can use this code to compare these two differences
The text was updated successfully, but these errors were encountered: