Configuration Object

Basic configuration of the Flash Message component

import Vue from 'vue';
import FlashMessage from '@smartweb/vue-flash-message';
Vue.use(FlashMessage, {
    name: String,
    tag: String,
    time: Number,
    strategy: String
});

Last updated