How to verify that vue routing loads lazily

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)?

Jun.04,2021

look at the console. If you load lazily, there will be a new request when loading


switch routes locally and online to see if there is a request, and then you can also compile and look at the file


. You load routes in two ways, open network, to see how js is loaded, and then check the document

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2eb08-2b3b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2eb08-2b3b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?