Element dynamically binds title

clipboard.png
:titles

:titles

clipboard.png

clipboard.png


clipboard.png

does anyone know? wait online. Thank you!


instead of dynamic, it will be changed to a variable, and then the variable will be dealt with.

:title = "list"

data () {
  return {
    list: []
  }
},
created () {
  for (let i = 0; i < 10; iPP) {
    this.list.push({title: 'title' + i})
  }
}

titles is written into data, and then set this.titles when you need to change it

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