...

/

Challenge: Creating a Reusable Universal List Component

Challenge: Creating a Reusable Universal List Component

Assess your ability to create a reusable universal list component in Vue.

We'll cover the following...

Task

Create a universal and reusable list component by following the steps given below:

  1. Create props for the list name and items within it, making them required, meaning that the parent ...