How can we get the current page number of iView's Page?

when using iView"s Page:

<Page :total="40" size="small"></Page>

Let"s click on the page number of page:

how can we get the current page number of Page?

Mar.11,2021

//current     .sync 
<Page :total="40" current.sync="current" size="small"></Page>
//on-change    
<Page :total="40"  @on-change="onChange" size="small"></Page>

{
    methods:{
        onChange(currentPage){
            console.log(currentPage);
        }
    }
}
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-1b2c436-2b34b.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-1b2c436-2b34b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?