Vue cannot read the value of the object

{{pointproduct [isActive] .Open}}

clipboard.png

clipboard.png

clipboard.png

Mar.12,2021

{{}} do not use this


inside double brackets

is your Open property changed dynamically
for example: vm.items [indexOfItem] = newValue
if so, it is recommended that you write

like this.
vm.$set(vm.items, indexOfItem, newValue)

isActive is not equal to 0 or 1. Check whether


pointproduct is obtained asynchronously.
if so, you need to add VFT if = "hasValue (pointproduct)"


to the parent dom of {{pointproduct] .Open} to map your relevant code. You posted a debugging error, an object value that you don't know when to print. How to write a prescription for you? look upstairs, everyone is guessing what may be wrong with you, alas.


your open should also be parenthesized

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