Dom is not rendered after vue $set

clipboard.png

for

clipboard.png

template

clipboard.png

what he has been loading is v-else and does not trigger a dom update

Apr.25,2021

what I want to know is this.data 's data. What do you want?

this data is not a data defined on an object

if you want to access data, you should define a data under data

so the code may be

data: {
    data: {}
}


this.$set(this.data, 'createDate', {})
this.$set(this.data.createDate, 'xx', 'xx')
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-1b3aa21-2ba77.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-1b3aa21-2ba77.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?