Solution: Building a Renderless Alert Component
Here's the solution for how to build a renderless alert component.
We'll cover the following...
Solution
The challenge was to modify the Alert component. Below are the required changes:
For the src/components/Alert.vue file:
- Add the 
isVisiblestate with the initial 
 Ask