From 5da6bd709ba572727dbc2f798fa15e55b1fb74c1 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sat, 12 Feb 2022 15:15:27 +0100 Subject: [PATCH] Rename v-notification --- .../js/components/{Notification.vue => VNotification.vue} | 2 -- resources/js/layouts/AppLayout.vue | 8 +++++--- resources/js/layouts/FullLayout.vue | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) rename resources/js/components/{Notification.vue => VNotification.vue} (96%) diff --git a/resources/js/components/Notification.vue b/resources/js/components/VNotification.vue similarity index 96% rename from resources/js/components/Notification.vue rename to resources/js/components/VNotification.vue index 9b4062cf..50e67fd2 100644 --- a/resources/js/components/Notification.vue +++ b/resources/js/components/VNotification.vue @@ -39,8 +39,6 @@ export default { } return i; - - return this.$page.props.errors; } } }; diff --git a/resources/js/layouts/AppLayout.vue b/resources/js/layouts/AppLayout.vue index 0858a495..8fc8a600 100644 --- a/resources/js/layouts/AppLayout.vue +++ b/resources/js/layouts/AppLayout.vue @@ -1,7 +1,7 @@