summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
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