summaryrefslogtreecommitdiff
path: root/store/warnings.js
diff options
context:
space:
mode:
Diffstat (limited to 'store/warnings.js')
-rw-r--r--store/warnings.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/warnings.js b/store/warnings.js
index 2d3aa99..1e8fe07 100644
--- a/store/warnings.js
+++ b/store/warnings.js
@@ -1,5 +1,6 @@
export const state = () => ({
warnings: [],
+ count: 0,
});
export const getters = {