From 1ffadd252cf89b7f7ed49317dd2addc8a154fd28 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Wed, 7 Apr 2021 22:48:38 +0530 Subject: [PATCH] copy zip file without permissions --- app/components/Settings/Database.vue | 187 +++++++++++++++----- app/shared/utils.js | 254 ++++++++++++++++++++++++++- 2 files changed, 394 insertions(+), 47 deletions(-) diff --git a/app/components/Settings/Database.vue b/app/components/Settings/Database.vue index 91f406f9..26132fd5 100644 --- a/app/components/Settings/Database.vue +++ b/app/components/Settings/Database.vue @@ -5,13 +5,12 @@ colSpan="2" rowSpan="2" class="options-list" - @loaded="listViewLoad" for="item in items" > - + @@ -21,19 +20,42 @@ @touch="touch($event, item.action)" > - -