Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 232 Bytes

File metadata and controls

10 lines (6 loc) · 232 Bytes

Task 2

Goal

Extract the API fetch logic from PeopleList and PlanetList to a mixin.

Hints

  • the mixin should manage its own data()
  • the mixin should define a method that will be called from the components using it