Some small problems encountered

When you want to use activated () must ensure that the route is keep-alive wrapped pieces, otherwise it will error

 <keep-alive>
       <router-view />
      </keep-alive>

 Text is beyond question becomes ellipsis

  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

 

Guess you like

Origin www.cnblogs.com/lipu12281/p/11861760.html