TheFlyer1983 / facerecognitionbrain_vue

A Vue app of the React App facerecognitionbrain
https://smart-brain-pl.netlify.app/
1 stars 0 forks source link

Add a useRequest composable #82

Closed TheFlyer1983 closed 1 year ago

TheFlyer1983 commented 2 years ago

Description:

Due to making multple API requests, rather than having to handle everything everytime, use a composable so that the composable can then handle success and failure via callback events.

Acceptance Criteria:

Out of Scope

TheFlyer1983 commented 1 year ago

The composable is created.

TheFlyer1983 commented 1 year ago

PR Merged.