move toast to bottom right (#478)

This commit is contained in:
Sijie.Sun
2024-11-16 21:36:16 +08:00
committed by GitHub
parent 89093167c6
commit 1324e6163e

View File

@@ -13,7 +13,7 @@ onMounted(async () => {
<!-- https://flowbite.com/docs/components/sidebar/#sidebar-with-navbar --> <!-- https://flowbite.com/docs/components/sidebar/#sidebar-with-navbar -->
<template> <template>
<Toast /> <Toast position="bottom-right" />
<DynamicDialog /> <DynamicDialog />
<RouterView /> <RouterView />