### Version 2.6.9 ### Reproduction link [https://github.com/kobe990/testVue](https://github.com/kobe990/testVue) ### Steps to reproduce 1. clone the repository from https://github.com/kobe990/testVue 2. npm i (including the vue 2.6.9) 3. npm run dev 4. use the latest UC browser on android 8.x to open this server URL 5. we will see two div (one is a parent div, another is a child) 6. we bind a click event on the parent div 7. when We click the child div, the click event won't be triggered. If we change the vue version to 2.6.8, It is all right. ### What is expected? the click event can bubble correctly ### What is actually happening? the click event can't bubble correctly in the vue router render page. <!-- generated by vue-issues. DO NOT REMOVE -->