Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardolagoeiro/vue-alert


https://github.com/eduardolagoeiro/vue-alert

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# vue-alert

vuex required

## install

```
npm i px-vue-alert
```

## add in main.js

```
import PxVueAlert from 'px-vue-alert'
Vue.use(PxVueAlert, { store })
```

## add in app.vue

## template
```





```

## style
```

```

## block ui actions:

* toggleLoading({ message })
* blockMessage({ message, icon, type, delay })

## notifications actions:

* success (message)
* error (message)

## clear all action:
* clear ()