0👍
This should work:
const arr = this.genresMovies.concat(this.genresTV);
- [Vuejs]-VueJS access to a variable from another method
- [Vuejs]-How to get the API response into my listrendering in vue 3?
Source:stackexchange.com
0👍
This should work:
const arr = this.genresMovies.concat(this.genresTV);