Vue scroll bar set to 0

Can"t scroll bar height be set in

clipboard.png
vue in this way? The set value does not take effect. Please explain

.
Mar.19,2021

in theory, Vue does not affect the execution of JS. Let's make a breakpoint and debug it.


confirm whether your app element has scroll bars or body scroll bars


document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;

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-1b37559-4d723.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-1b37559-4d723.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?