From ef8a69a3d7a15a50cd0aad08791d4681d87515c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Sat, 27 Nov 2021 22:36:24 +0100 Subject: [PATCH] [core] logout on capicitor in drawer --- package.json | 3 ++- plugin.config.js | 4 ++-- src/layouts/MainLayout.vue | 15 ++++++++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6c9568c..149a3f3 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,8 @@ ], "cordova": [ "iOS >= 13.0", - "Android >= 76" + "Android >= 76", + "ChromeAndroid >= 76" ] }, "engines": { diff --git a/plugin.config.js b/plugin.config.js index 91d11af..62594cc 100644 --- a/plugin.config.js +++ b/plugin.config.js @@ -1,6 +1,6 @@ // You can add your plugins here module.exports = [ -// '@flaschengeist/balance', -// '@flaschengeist/schedule', +'@flaschengeist/balance', +'@flaschengeist/schedule', // '@flaschengeist/pricelist', ] diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 646e42e..0546592 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -40,7 +40,7 @@ - + @@ -64,6 +64,18 @@ :key="'essential' + index" :entry="entry" /> +
+ + + + + + + + Logout + + +
@@ -201,6 +213,7 @@ export default defineComponent({ shortCuts, addShortcut, deleteShortcut, + platform: Platform, }; }, });