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
  }
Menu