0👍
Im not sure exactly what you want to accomplice.
This will give you all series:
computed: {
Series() {
return this.Movies.filter((Movies) => Movies.type == "Series")
}
- [Vuejs]-JSON content shows a blank window for Tiptap-Vuetify?
- [Vuejs]-Make Vue-ECharts chart fit in vuetify v-card
Source:stackexchange.com