added toasts

This commit is contained in:
2023-02-26 17:48:43 +10:00
parent 55ec88e11f
commit cff787f541
4 changed files with 221 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
</main>
<SMFooter />
<SMProgress />
<SMToastList />
<DialogWrapper :transition-attrs="{ name: 'fade' }" />
</template>
@@ -16,6 +17,7 @@
import SMNavbar from "../components/SMNavbar.vue";
import SMFooter from "../components/SMFooter.vue";
import SMProgress from "../components/SMProgress.vue";
import SMToastList from "../components/SMToastList.vue";
import { DialogWrapper } from "vue3-promise-dialog";
</script>