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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/store.js')
-rw-r--r--src/store/store.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/store/store.js b/src/store/store.js
index 1d236f3f..9ca18711 100644
--- a/src/store/store.js
+++ b/src/store/store.js
@@ -27,12 +27,9 @@ import tasks from './tasks.js'
import settings from './settings.js'
import principals from './principals.js'
-import Vue from 'vue'
-import Vuex, { Store } from 'vuex'
+import { createStore } from 'vuex'
-Vue.use(Vuex)
-
-export default new Store({
+export default createStore({
modules: {
calendars,
collections,