router-link  tag has a  img  tag, how to change the picture of img according to the activation state of  router-link  
the code is as follows: `
  < router-link to= "/ chat" >   < / router-link >
 < / router-link > 
 because  .router-link-active  itself has a graded background, it is impossible to set the background image directly. 

 
  < / router-link > with css's first-child and last-child to solve the problem.
 < / router-link > with css's first-child and last-child to solve the problem.