vuejs / router

🚦 The official router for Vue.js
https://router.vuejs.org/
MIT License
3.77k stars 1.16k forks source link

Writing comments under the root `template` tag causes route jump exception #2103

Closed AAABingBing closed 6 months ago

AAABingBing commented 6 months ago

Reproduction

Writing comments under the root template tag causes route jump exception

Steps to reproduce the bug

I found that the route could not jump normally. Finally, I found out that it was caused by writing comments under the root template tag as follows:

image

Routes jump normally if I write as follows

image

Expected behavior

/

Actual behavior

/

Additional information

No response