focus ref

 avatar
user_8454105
plain_text
2 years ago
94 B
5
Indexable
 const element = this.$refs[refName];
      if (element) {
        element.focus();
      }
Editor is loading...
Leave a Comment