init
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
<template>
|
||||
<router-view/>
|
||||
<router-view />
|
||||
|
||||
<v-snackbar v-model="notification.visible" :timeout="5000" location="bottom right">
|
||||
<div class="font-weight-bold">{{ notification.title }}</div>
|
||||
<div>{{ notification.message }}</div>
|
||||
</v-snackbar>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
//
|
||||
import {useNotificationStore} from "@/stores/notification.ts";
|
||||
|
||||
const notification = useNotificationStore();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user