front-template/src/composables/toast.ts
2025-01-07 15:29:05 +08:00

5 lines
140 B
TypeScript

import 'vue-toastification/dist/index.css'
import { createToastInterface } from 'vue-toastification'
export default createToastInterface()