wrbapp/frontend/composables/useToast.js

7 lines
114 B
JavaScript
Raw Normal View History

2023-03-20 11:23:46 +01:00
import { useToast } from 'vue-toastification'
export default () => {
const toast = useToast()
return toast
}