Xeovalyte
6fb439a754
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
import { useToast } from 'vue-toastification'
|
|
|
|
export default () => {
|
|
const toast = useToast()
|
|
return toast
|
|
}
|