UNPKG

vue-toastfic

Version:

**vue-toastfic** is a simple and customizable toast notification library for Vue.js and Nuxt.js projects. Follow the instructions below to integrate and use it in your application.

4 lines (2 loc) 151 B
import { Toast, useToast, addToast, removeToast, useToasts } from './components/toast'; export { Toast, useToast, addToast, removeToast, useToasts };