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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36c29-405c8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36c29-405c8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?