Closed
Description
Version
2.6.9
Reproduction link
https://github.com/kobe990/testVue
Steps to reproduce
- clone the repository from https://github.com/kobe990/testVue
- npm i (including the vue 2.6.9)
- npm run dev
- use the latest UC browser on android 8.x to open this server URL
- we will see two div (one is a parent div, another is a child)
- we bind a click event on the parent div
- 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.
Metadata
Metadata
Assignees
Labels
No labels