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

Menu