vue-flasher
v1.1.2
Published
Lightweight renderless flash message component.
Downloads
6
Maintainers
Readme
Vue-Flasher
Lightweight renderless flash message component.
Demo: https://codesandbox.io/s/n5v0595394
Installation
yarn add vue-flasher
then inside your project entry file:
import Vue from 'vue';
import VueFlasher from 'vue-flasher';
Vue.use(VueFlasher);