Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-email-autocompleate

wsDever13ISC1.0.1

A vue email input autocompleate components!

v-email, vue-email, email-input, vue-email-input, vue-email-input-autocompleate, vue-email-autocompleate

readme

vue自动补全插件

主要功能

邮箱输入的时候自动补全

使用方法

安装

npm i vue-email-autocompleate

引入
import emailAutocompleate from vue-email-autocompleate
页面中添加组件
<email-input></email-input>
使用
Vue.use(emailAutocompleate)

参数说明

className: String         ---- 自定义样式
placeHolder: String       ---- 提示
suffixs: Array            ---- 邮箱后缀['@qq.com','@126.com','@163.com',...]

更新记录

2019-09-29 -1.0.0
1、邮箱自动补全

Demo效果

点击查看