mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 14:36:29 +02:00
🎨 Improving error system, fixing profile store, and more stuff
This commit is contained in:
@@ -11,6 +11,17 @@ auth.onAuthStateChange(async (event) => {
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
|
||||
<!-- TODO: add errors boundaries instead custom toast
|
||||
<NuxtErrorBoundary @error="someErrorLogger">
|
||||
<template #error="{ error, clearError }">
|
||||
You can display the error locally here: {{ error }}
|
||||
<button @click="clearError">
|
||||
This will clear the error.
|
||||
</button>
|
||||
</template>
|
||||
</NuxtErrorBoundary>
|
||||
-->
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user