What does it mean that there is a skip function in vue? Api document not found

What does it mean that there is a skip function in

vue? The api document was not found, as shown in the following code:

<ul>
  <li v-for="item in news.list" @click="skip($router, item.id)"><li/>
<ul/>



May.22,2021

this skip is customized and written in methods, which means that when the li is clicked, the skip function


custom skip function is triggered. This is not what should be written in api

Menu