Languages
English
简体中文
home
Homepage
getting-started
开发指南
Npm 安装
Cdn
示例
快速上手
使用之前
推荐工程
引入 Vue-V-Xxx
更新日志
configurations
V-Call
拨打指令
API
V-Click-Out
外部点击指令
API
V-Copy
复制指令
API
V-Debounce
防抖指令
API
V-Drag
拖拽指令
API
V-Ellipsis
省略指令
API
V-Focus
聚焦指令
API
V-Pin
固定指令
API
V-Throttle
节流指令
API

v-focus

使用基本说明


# 聚焦指令


<template lang="pug">
.v-xxx
  input(v-focus)
</template>
<script>
export default {
  name: 'v-focus'
}
</script>

# 说明

v-focus 在移动端登录时异常好用

# API

Name Type Description Required
最后更新: 10/4/2019, 2:12:54 AM