Add toaster
This commit is contained in:
parent
f77cfa4df8
commit
2a6d18eb77
6 changed files with 86 additions and 6 deletions
|
|
@ -42,6 +42,8 @@
|
|||
</script>
|
||||
|
||||
<script>
|
||||
import Toaster from '../components/Toaster.svelte';
|
||||
|
||||
export let rroute = '';
|
||||
|
||||
function switchAdminMode() {
|
||||
|
|
@ -140,3 +142,5 @@
|
|||
<div class="container mt-3">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<Toaster />
|
||||
|
|
|
|||
Reference in a new issue