I have a composable which is being triggered before getting to app.vue That composable has an error handling I can create and export and array out of it but idk where to use it to show on the dialog, where it should be triggered before getting to root file
I tried exporting and using the error to show dialog in app.vue didnt even get there error is stoping earlier than loading app