Adds messages when stuff goes wrong
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { computed } from 'vue'
|
||||
import { usePage } from '@inertiajs/vue3'
|
||||
import PageHeader from '@/Components/PageHeader.vue'
|
||||
import FlashNotification from '@/Components/FlashNotification.vue'
|
||||
|
||||
const page = usePage()
|
||||
|
||||
@@ -13,6 +14,7 @@ const pageTitle = computed(() => {
|
||||
<template>
|
||||
<div class="min-h-screen flex flex-col">
|
||||
<PageHeader :title="pageTitle" />
|
||||
<FlashNotification />
|
||||
|
||||
<!-- Growth symbol watermark -->
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user