What is the {_ _ ob__: Observer} object of vue? What's the function?

when the data obtained by the parent component asynchronously is passed to the child component through props, I print the passed value and print the following object. Although the transferred data is already displayed on the web page, there is really nothing in the printed object. Why? Ask for
export default {
name: "cityAlphabet",
props: {

cities: Object,

},
mounted () {

console.log(this.cities);

}
}
clipboard.png

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