summaryrefslogtreecommitdiffstats
path: root/webapp/src/config
diff options
context:
space:
mode:
authorUdo Walter2018-11-24 20:00:29 +0100
committerUdo Walter2018-11-24 20:00:29 +0100
commit8a15b67a06fb3cdd7ba5f644475f07f5cf5ef96e (patch)
tree1d3e31971b57af585efa08b72dc606be2a2cf197 /webapp/src/config
parentmerge (diff)
downloadbas-8a15b67a06fb3cdd7ba5f644475f07f5cf5ef96e.tar.gz
bas-8a15b67a06fb3cdd7ba5f644475f07f5cf5ef96e.tar.xz
bas-8a15b67a06fb3cdd7ba5f644475f07f5cf5ef96e.zip
[webapp] Add notification system
Components can call this. and this. to display notifications
Diffstat (limited to 'webapp/src/config')
-rw-r--r--webapp/src/config/store.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/config/store.js b/webapp/src/config/store.js
index 710a07b..f83328b 100644
--- a/webapp/src/config/store.js
+++ b/webapp/src/config/store.js
@@ -1,3 +1,4 @@
+import notifications from '@/store/notifications'
import groups from '@/store/groups'
import configurator from '@/store/configurator'
import registration from '@/store/registration'
@@ -5,6 +6,7 @@ import backends from '@/store/backends'
import permissions from '@/store/permissions'
export default {
+ notifications,
groups,
configurator,
registration,