<ul>
            <li>
                <router-link to="/ot"></router-link>
            </li>
            <li>
                <router-link to="/off"></router-link>
            </li>
        </ul>
then add
to the a tag    a {
    text-decoraction: none;
}
 but the browser does not implement 
  
 how to do it 
