related codes
 / / Please paste the code text below (do not replace the code with pictures) 
 < ul class= "home_tab" > 
  <li v-for="item in tabs">
    **<router-link :to="item.ur">**
      <div><img :src="item.icon" alt=""/></div>
      <span>{{item.name}}</span>
    **</router-link>**
  </li>
</ul>  
this is an error message. I don"t know how to solve next is undefined?.
