DEV Community

Sebastiangperez
Sebastiangperez

Posted on

2

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)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay