feat: add toast

This commit is contained in:
tim
2025-07-07 13:20:00 +08:00
parent 091af64711
commit 1903be1f82
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@ export default {
<style scoped>
.home-page {
background-color: var(--background-color);
height: calc(100vh - var(--header-height));
display: flex;
flex-direction: column;