change notification system to vue-toastification
This commit is contained in:
3
frontend/composables/useToast.js
Normal file
3
frontend/composables/useToast.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import {useToast} from "vue-toastification";
|
||||
|
||||
export default () => useToast()
|
||||
Reference in New Issue
Block a user