Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zys8119/alert-vue
vue弹出层组件
https://github.com/zys8119/alert-vue
Last synced: 10 days ago
JSON representation
vue弹出层组件
- Host: GitHub
- URL: https://github.com/zys8119/alert-vue
- Owner: zys8119
- Created: 2018-12-10T10:17:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T10:41:32.000Z (almost 6 years ago)
- Last Synced: 2024-11-04T00:33:11.323Z (11 days ago)
- Language: Vue
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alert-vue-plug [![npm](https://img.shields.io/badge/npm-Install-zys8119.svg?colorB=cb3837&style=flat-square)](https://www.npmjs.com/package/store-vue) [![github](https://img.shields.io/badge/github-
-zys8119.svg?colorB=000000&style=flat-square)](https://github.com/zys8119/store-vue)
alert-vue-plug vue弹出层组件## 安装
```angular2html
npm i alert-vue-plug
```
## 配置```javascript
//引入alertVuePlug
import alertVuePlug from "alert-vue-plug"
Vue.use(alertVuePlug)```
## 教程
>例子
```javascript
this.$ZAlert.show({
...opts
})
```###### 具体方法及配置请查看[源代码](https://github.com/zys8119/alert-vue/blob/master/index.js)