where Obj is vue object and i am assigning value of jsvar to the data var of vue object..
My problem is that testvar is getting bind to jsvar...whenever the value of testvar changes the value of jsvar also changes...hoe do i prevent it to bind to each other..I just want to assign the value i don't want to bind.
I am writing the following code:
where Obj is vue object and i am assigning value of jsvar to the data var of vue object..
My problem is that testvar is getting bind to jsvar...whenever the value of testvar changes the value of jsvar also changes...hoe do i prevent it to bind to each other..I just want to assign the value i don't want to bind.