Challenge: Creating a Sticky Note Component with Vue
Practice creating a reusable sticky note component with Vue in this challenge.
We'll cover the following...
Problem statement
Create a reusable sticky note component with Vue. Define the note’s title, content, and label as props. In the template, use the appropriate utility ...
Ask