Vue3 handle dynamic computed call parameters within for loop without breaking syntax highlighting
In a Vue 3 component I’m trying to provide the indexes of 2 for loops as parameters of a method or computed value within my template section of my component.
I’m using these 2 parameters to retrieve the data for the specific cell of data.
The data is stored in a lookup table, and the key to the data is stored in the 2d array of rows and columns in actualGrid.