Html – What is the correct syntax for calling the function with parameters in Vue3?
I am trying to scroll through different options that are stored in an array, by using the function below and passing it the correct parameters. But no matter what syntax I try, it doesn't seem to work. This is my…