About router-link

<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

Nov.25,2021

a{
  text-decoration: none;
}


clipboard.png

Menu