Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardolagoeiro/vue-alert
https://github.com/eduardolagoeiro/vue-alert
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eduardolagoeiro/vue-alert
- Owner: eduardolagoeiro
- Created: 2019-11-21T16:01:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:25:30.000Z (about 2 years ago)
- Last Synced: 2025-01-04T07:18:34.374Z (about 1 month ago)
- Language: Vue
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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 ()