how to verify that vue routes load lazily, as mentioned in the question.
according to the vue official method, I use const Foo = () = > import (". / Foo.vue")
for routing lazy loading. Although it can be used like a normal route, is there any way to prove that I did use lazy loading (instead of general routing)?