Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-08 22:00:43 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-17 14:53:06 +0300
commitc667b6cb97eadc8f13a210a83275391b5d5cc6c1 (patch)
treea2ba45d9be245710dcb943a24df63643b0c7eefe /package.json
parent62dddc1a579e5348179850196057d2a98ae49004 (diff)
Move rendering, creation and deletion to Vue
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 338c8a4..bfca325 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,8 @@
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/vue": "^5.4.0",
"vue": "^2.7.4",
- "vue-material-design-icons": "^5.1.2"
+ "vue-material-design-icons": "^5.1.2",
+ "vuex": "^3.6.2"
},
"engines": {
"node": "^16.0.0",