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.2.13
chrom最新版
2.6.10
https://codepen.io/banjiemin/pen/oNvWREZ
1,mt-cell mt-button, 点击button执行func(0), 点击cell执行 func(2) ,这里很正常; 2,mt-cell mt-switch, 点击switch执行func(2) 两次,再执行func(0), 点击cell执行 func(2);
子组件mt-switch能阻止事件冒泡到父组件上
先执行了父组件的click事件,并且是两次,然后才执行switch的change事件 。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mint UI version
2.2.13
OS/Browsers version
chrom最新版
Vue version
2.6.10
Reproduction Link
https://codepen.io/banjiemin/pen/oNvWREZ
Steps to reproduce
1,mt-cell mt-button, 点击button执行func(0), 点击cell执行 func(2) ,这里很正常;
2,mt-cell mt-switch, 点击switch执行func(2) 两次,再执行func(0),
点击cell执行 func(2);
What is Expected?
子组件mt-switch能阻止事件冒泡到父组件上
What is actually happening?
先执行了父组件的click事件,并且是两次,然后才执行switch的change事件 。
The text was updated successfully, but these errors were encountered: