vue-email-autocompleate
v1.0.1
Published
A vue email input autocompleate components!
Downloads
11
Maintainers
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',...]