• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • src
  • directives
  • focus.js
  • commit
    3fbf5274
    by 陈峰
    2017-12-26 18:08:25 +0800  
    Browse Files
focus.js 65 Bytes
Raw Blame History Permalink
1 2 3 4 5
export default {
    inserted(el) {
        el.focus();
    }
};