Making Filters Pretty
In this tutorial we are going to take a few minutes to make our filters look decent using Vue.js, HTML and CSS.
We are not going to do anything in this tutorial with WordPress REST API, but instead we are going to take a few minutes to make our filters look pretty.
Also we are going to use v-if
statements to hide and show certain elements on the page. And we are going to learn how to do transitions with Vue.js, using transition
function.