Search results

2 packages found

A vue email input autocompleate components!

published 1.0.1 5 years ago
M
Q
P

## 使用步骤: >1.安装 ``` npm i v-email --save ``` >2.引入 ``` import vEmail from 'v-email' Vue.use(vEmail) ``` >3.使用 ``` <v-email @email_data='getEmail'></v-email> ``` + className:上层样式 + childClassName:提示样式 + 父节点获取email内容:@email_data + 初始化email内容:initEmail + ema

published 1.0.2 4 years ago
M
Q
P