Can the vue calculation property listen for values passed from the parent component?

props: ["optionss"],
computed: {

optionss() {
  return this.options.name.substr(0, 1);
},

},
it is incorrect to write this way

Apr.09,2021

of course you can.
pay attention to your name:

  JSFIDDLE  

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