1
0
forked from PGL/Clyde

Example of toaster

This commit is contained in:
2024-02-28 17:57:13 +01:00
parent 56df39b584
commit 7c9fe9235c
4 changed files with 35 additions and 12 deletions

View File

@ -10,8 +10,8 @@
"test:unit": "vitest"
},
"dependencies": {
"toastify-js": "^1.12.0",
"vue": "^3.4.15"
"vue": "^3.4.15",
"vue3-toastify": "^0.2.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",