Does vue assign data asynchronously or Synchronize?

RT I think it"s Synchronize, but in practical application, it always feels asynchronous

.
Mar.22,2021

vue itself maintains an update queue
necessary DOM updates only when you set this.a = 'new value',DOM and do not update immediately, that is, when the next event cycle begins.
so it should be considered delayed asynchronous, but the time is too short to sense
so for cycle 10000 times this.a = I vue will only be updated once, but not 10000 times
is also for performance

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