import { useToast } from 'vue-toastification' export default () => { const toast = useToast() return toast }