summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repo/stores/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/repo/stores/index.js')
-rw-r--r--app/assets/javascripts/repo/stores/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repo/stores/index.js b/app/assets/javascripts/repo/stores/index.js
index f8565fb244c..6ac9bfd8189 100644
--- a/app/assets/javascripts/repo/stores/index.js
+++ b/app/assets/javascripts/repo/stores/index.js
@@ -8,7 +8,7 @@ import mutations from './mutations';
Vue.use(Vuex);
export default new Vuex.Store({
- state,
+ state: state(),
actions,
mutations,
getters,