DEV Community

Sebastiangperez
Sebastiangperez

Posted on

Firefox Javascript Bug on arrays and Vue ?

I have the following issue:
i defined an array:

and need to assign a value to this method and the array:

{ Arr=[], SetOption(index,data){ Arr[index] = data } 

Top comments (0)