difficulty | training | chapter | tags |
---|---|---|---|
1 |
true |
Chapter 7: Challenge Roundup |
vue |
In this challenge, you'll create a custom useNow
composable.
- The composable should NOT accept any arguments
- It should return a reactive ref that holds a current Date object
- The ref should update every 1 second so as to always represent the current time accurate to the second