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.

5 lines (4 loc) 198 B
export { default as Success } from './success.vue'; export { default as Error } from './error.vue'; export { default as Warning } from './warning.vue'; export { default as Info } from './info.vue';