From 32e3c6067bbf11a1200e4eb004d1231a528267c0 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 25 Mar 2020 12:58:53 +0100 Subject: [PATCH] Move modal to plugin --- client/src/App.vue | 9 ++- .../components/profile/DeactivatePerson.vue | 13 ++-- client/src/main.js | 4 ++ client/src/pages/myClass.vue | 10 +-- client/src/plugins/modal.js | 72 +++++++++++++++++++ 5 files changed, 94 insertions(+), 14 deletions(-) create mode 100644 client/src/plugins/modal.js diff --git a/client/src/App.vue b/client/src/App.vue index 3d27aa5b..b1acde34 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,5 +1,6 @@