Building a PWA vuejs app with wordpress API – Part 6

Conditional rendering.

Our category system is a bit basic right now – it doesnt check to see which categories actuall have posts (and which categories have child-categories), so in this post we will be adding these checks – checking if the categories have sub-categories, and checking if they have posts

Leave a Reply