Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 227 Bytes

File metadata and controls

10 lines (7 loc) · 227 Bytes

Task 4

Goal

Create a Modal component that

  • receives a string title
  • renders the (default) slot as its body
  • uses v-model for a boolean opened / closed state
  • emits an ok event when you click the "Ok" button