vuejs / router

🚦 The official router for Vue.js

Home Page:https://router.vuejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AAABingBing opened this issue · comments

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