[Vuejs]-How to display a specific type of content from a database with Vue

0👍

If we could look at the data it might make a bit more sense. For filtering you can combine a v-for and a v-if if the condition you’re requiring is trivial enough.

Leave a comment