1.0.1 • Published 6 years ago

wk-egg-msg-flash v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

egg-msg-flash

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-msg-flash --save

Usage

// {app_root}/config/plugin.js
exports.msgFlash = {
  enable: true,
  package: 'egg-msg-flash',
};
``
`

## Configuration

```js
// {app_root}/config/config.default.js
exports.flash = {
};

see config/config.default.js for more detail.

Example

ctx.flash = {
    type: 'success',
    message: {
        some: 'one'
    }
}

##hellow

Questions & Suggestions

Please open an issue here.

License

MIT

1.0.1

6 years ago

1.0.0

6 years ago