From 4a94799602d600e451ebcfa6acbf34857e84830d Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Fri, 17 Jul 2020 11:25:50 +0200 Subject: [PATCH] update --- index.html | 1 + src/App.vue | 4 +++- src/components/GlobalSnackbar.vue | 7 +++--- src/layouts/Admin.vue | 10 ++++---- src/layouts/Delegate.vue | 16 ++++++------- src/views/Admin/OrganizationList.vue | 36 +++++++++++++++------------- src/views/Admin/Tags.vue | 1 + src/views/Delegate/Contact.vue | 27 ++++++++++++++------- src/views/Delegate/Main.vue | 7 ++++++ src/views/Delegate/Pricing.vue | 2 +- src/views/Delegate/Schedule.vue | 13 ++++------ 11 files changed, 71 insertions(+), 53 deletions(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..af69ec1 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +2cf5ddea54d diff --git a/src/App.vue b/src/App.vue index 65c2de7..f7e024b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,8 @@ diff --git a/src/components/GlobalSnackbar.vue b/src/components/GlobalSnackbar.vue index 24914fe..e28463e 100644 --- a/src/components/GlobalSnackbar.vue +++ b/src/components/GlobalSnackbar.vue @@ -1,11 +1,12 @@