7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
|
import { useToast } from 'vue-toastification'
|
||
|
|
||
|
export default () => {
|
||
|
const toast = useToast()
|
||
|
return toast
|
||
|
}
|