vuejs/router

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

AAABingBing opened this issue · 0 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