How does vue determine the entire page height when all the content is rendered

including all the pictures on the page have been loaded

Mar.01,2021

try to get it in the mounted lifecycle function.


window.onload:
mounted(){
    window.onload=function(){
        console.log(document.documentElement.offsetHeight)
    }
}
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-1b32365-2bdec.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-1b32365-2bdec.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?