slidein notification
show error message to user
This commit is contained in:
parent
354d3b8972
commit
b1dbb806c6
4 changed files with 183 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
<RouterView />
|
||||
</div>
|
||||
<Footer @contextmenu.prevent />
|
||||
<Notification />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
@ -19,6 +20,7 @@ import { useAuthStore } from "./stores/auth";
|
|||
import { isAuthenticatedPromise } from "./router/authGuard";
|
||||
import ContextMenu from "./components/ContextMenu.vue";
|
||||
import Modal from "./components/Modal.vue";
|
||||
import Notification from "./components/Notification.vue";
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue