Vue route name display problem

the normal display of the vue route is the format of the first picture. Now there is a need to change the format of the second picture. Is there any way to change the display format of the route?

Apr.02,2021

the easiest way is to add an individual name to the route

{
    path: '/Strategy',
    alias: '/Strategy.html',
    component: Strategy
  }
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-1b36162-2bfca.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-1b36162-2bfca.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?