84ef1d366a8ec9d6f654eccf90010d8729f2ee58bf820d7383ac57c4d72a1f3cb96041fb48e6d99d159c6c6d9d8f60116ef4cf6ed78357a198818fa6965030 128 B

123456789
  1. export default function(ref) {
  2. return {
  3. methods: {
  4. focus() {
  5. this.$refs[ref].focus();
  6. }
  7. }
  8. };
  9. };