Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

vue弹出层组件
https://github.com/zys8119/alert-vue

Last synced: 10 days ago
JSON representation

vue弹出层组件

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)