CHALLENGE 2: UPDATING A BLOG

Create a list of blog posts.

  • Here are some blog post and each have their label like we have got science, math, etc.

  • So, the task is to make a little form that add a new posts.

    ../../_images/113.png

Here ,it is shown how this should work.

  • Like ,I have added new posts that have title name , author name - Marc, and label - maths and added a new post.

    ../../_images/212.png
  • So, when we filter with label maths to search post we added we can see it. so, this is where we can search posts with labels.

    ../../_images/311.png ../../_images/411.png

Hint

  • Initial we taken new title, new author, new label, all as empty strings as shown in image below.

../../_images/55.png
  • v-model=selected for the filter function, so, we can search by LABEL.

../../_images/61.png