summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-11-11 23:10:03 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-11-11 23:10:03 +0100
commit319dd896f3a44237e1c26f3887fcb259f80f2714 (patch)
tree7cca77696e363b614a8b1de20623c7bffccfbba0 /src/App.vue
parent584275e57f57871ce1a3095be59c4ecb284a3c77 (diff)
downloadlom_frontend-319dd896f3a44237e1c26f3887fcb259f80f2714.tar.gz
lom_frontend-319dd896f3a44237e1c26f3887fcb259f80f2714.zip
clean code and add notifications
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 403eae2..9d9e5ef 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,7 @@
1<template> 1<template>
2 <div id="app"> 2 <div id="app">
3 <router-view/> 3 <router-view/>
4 <notifications />
4 </div> 5 </div>
5</template> 6</template>
6 7