T
T
Tdvist2020-09-08 19:12:41
JavaScript
Tdvist, 2020-09-08 19:12:41

Problem with router link?

<router-link
        tag="li"
        active-class="active"
        to="/"
        exact
      >
        <a href="#" class="waves-effect waves-orange pointer">Тест</a>
      </router-link>


The router becomes a tag , not What could be the problem? Write if you need more information. <a><li>


Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Yarkov, 2020-09-08
@yarkov

And what is the sacred meaning of this witchcraft? Why not like this?

<router-link
        class="waves-effect waves-orange pointer"
        active-class="active"
        to="/"
        exact
      >
        Тест
      </router-link>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question