1.0.2 • Published 6 years ago

vue-input v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

vue-input

解决移动端input框被输入法面新版遮挡的问题

安装

npm install --save vue-input

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

vue-input 说明

安装方法

import VueInput from 'vue-input';
Vue.use(VueInput);

使用方法

在任意最外层的DOM元素中,为该元素添加 v-input 自定义指令

<template>
  <div class="testDemo" v-input>
    <input/>
  </div>
</template>

代码会自动检索该DOM元素下的所有inputDOM,不需要添加指令到每个input DOM中

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago