summaryrefslogtreecommitdiffstats
path: root/src/App.vue
blob: 9d9e5ef884f53250a1cb65a5928b0e2d50ea9e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<template>
  <div id="app">
    <router-view/>
    <notifications />
  </div>
</template>

<script>
export default {
}
</script>